#767047

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

Shades of Go Ben #767047

Tints of Go Ben #767047

Color information

#767047 (or 0x767047) is unknown color: approx Go Ben. HEX triplet: 76, 70 and 47. RGB value is (118,112,71). Sum of RGB (Red+Green+Blue) = 118+112+71=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #767047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767047 is #898FB8. Grayscale: #6D6D6D. Windows color (decimal): -9015225 or 4681846. OLE color: 4681846.

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

Color convert

RGB11811271-
CMYK00.050.400.54
HSL52.34º24.87%37.06%-
HSV(B)52.34º39.83%46.27%-
XYZ14.415.898.27-
YUV109.12106.49134.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 112 (44.14% from 255) = 37.21%
BLUE value IS 71 (28.12% from 255) = 23.59%
R=39.20%
G=37.21%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181127100.050.400.5452.3424.8737.06
Hex767047052836341925
Octal166160107055066643145
Binary111011011100001000111010110100011011011010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767047; }

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

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

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

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

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

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

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

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