#76724D

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

Shades of Go Ben #76724D

Tints of Go Ben #76724D

Color information

#76724D (or 0x76724D) is unknown color: approx Go Ben. HEX triplet: 76, 72 and 4D. RGB value is (118,114,77). Sum of RGB (Red+Green+Blue) = 118+114+77=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #76724D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76724D is #898DB2. Grayscale: #6F6F6F. Windows color (decimal): -9014707 or 5075574. OLE color: 5075574.

HSL color Cylindrical-coordinate representation of color #76724D: hue angle of 54.15º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76724D is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB11811477-
CMYK00.030.350.54
HSL54.15º21.03%38.24%-
HSV(B)54.15º34.75%46.27%-
XYZ14.8316.429.41-
YUV110.98108.83133.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 114 (44.92% from 255) = 36.89%
BLUE value IS 77 (30.47% from 255) = 24.92%
R=38.19%
G=36.89%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181147700.030.350.5454.1521.0338.24
Hex76724D032336361526
Octal166162115034366662546
Binary11101101110010100110101110001111011011011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76724D; }

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

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

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

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

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

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

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

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