#76724E

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

Shades of Go Ben #76724E

Tints of Go Ben #76724E

Color information

#76724E (or 0x76724E) is unknown color: approx Go Ben. HEX triplet: 76, 72 and 4E. RGB value is (118,114,78). Sum of RGB (Red+Green+Blue) = 118+114+78=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #76724E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76724E is #898DB1. Grayscale: #6F6F6F. Windows color (decimal): -9014706 or 5141110. OLE color: 5141110.

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

Color convert

RGB11811478-
CMYK00.030.340.54
HSL54º20.41%38.43%-
HSV(B)54º33.9%46.27%-
XYZ14.8616.449.6-
YUV111.09109.33132.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.06%
GREEN value IS 114 (44.92% from 255) = 36.77%
BLUE value IS 78 (30.86% from 255) = 25.16%
R=38.06%
G=36.77%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181147800.030.340.545420.4138.43
Hex76724E032236361426
Octal166162116034266662446
Binary11101101110010100111001110001011011011011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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