#767247

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

Shades of Go Ben #767247

Tints of Go Ben #767247

Color information

#767247 (or 0x767247) is unknown color: approx Go Ben. HEX triplet: 76, 72 and 47. RGB value is (118,114,71). Sum of RGB (Red+Green+Blue) = 118+114+71=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #767247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767247 is #898DB8. Grayscale: #6E6E6E. Windows color (decimal): -9014713 or 4682358. OLE color: 4682358.

HSL color Cylindrical-coordinate representation of color #767247: hue angle of 54.89º 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 #767247 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB11811471-
CMYK00.030.400.54
HSL54.89º24.87%37.06%-
HSV(B)54.89º39.83%46.27%-
XYZ14.6316.348.34-
YUV110.29105.83133.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 114 (44.92% from 255) = 37.62%
BLUE value IS 71 (28.12% from 255) = 23.43%
R=38.94%
G=37.62%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181147100.030.400.5454.8924.8737.06
Hex767247032836371925
Octal166162107035066673145
Binary11101101110010100011101110100011011011011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767247; }

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

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

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

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

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

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

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

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