#767048

Color #767048 Go Ben (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Go Ben #767048

Tints of Go Ben #767048

Color information

#767048 (or 0x767048) is unknown color: approx Go Ben. HEX triplet: 76, 70 and 48. RGB value is (118,112,72). Sum of RGB (Red+Green+Blue) = 118+112+72=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #767048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767048 is #898FB7. Grayscale: #6D6D6D. Windows color (decimal): -9015224 or 4747382. OLE color: 4747382.

HSL color Cylindrical-coordinate representation of color #767048: hue angle of 52.17º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #767048 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB11811272-
CMYK00.050.390.54
HSL52.17º24.21%37.25%-
HSV(B)52.17º38.98%46.27%-
XYZ14.4415.918.44-
YUV109.23106.99134.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 39.07%
GREEN value IS 112 (44.14% from 255) = 37.09%
BLUE value IS 72 (28.52% from 255) = 23.84%
R=39.07%
G=37.09%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181127200.050.390.5452.1724.2137.25
Hex767048052736341825
Octal166160110054766643045
Binary111011011100001001000010110011111011011010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767048; }

 p { color: rgb(118,112,72); }

 H1.HeaderClassName
 {
   color: #767048;
 }
 .AnyTagClassName
 {
   color: #767048;
 }
</style>
background-color css

<style>
 a { background-color: #767048; }

 a { background-color: rgb(118,112,72); }

 div.DivClassName
 {
   background-color: #767048;
 }
 .BgClassName
 {
   background-color: #767048;
 }
</style>
border-color css

<style>
 span { border-color: #767048; }

 span { border-color: rgb(118,112,72); }

 td.TdClassName
 {
   border-color: #767048;
 }
 .TagClassName
 {
   border-color: #767048;
 }
</style>