#76724A

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

Shades of Go Ben #76724A

Tints of Go Ben #76724A

Color information

#76724A (or 0x76724A) is unknown color: approx Go Ben. HEX triplet: 76, 72 and 4A. RGB value is (118,114,74). Sum of RGB (Red+Green+Blue) = 118+114+74=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #76724A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76724A is #898DB5. Grayscale: #6E6E6E. Windows color (decimal): -9014710 or 4878966. OLE color: 4878966.

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

Color convert

RGB11811474-
CMYK00.030.370.54
HSL54.55º22.92%37.65%-
HSV(B)54.55º37.29%46.27%-
XYZ14.7216.388.86-
YUV110.64107.33133.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.56%
GREEN value IS 114 (44.92% from 255) = 37.25%
BLUE value IS 74 (29.30% from 255) = 24.18%
R=38.56%
G=37.25%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181147400.030.370.5454.5522.9237.65
Hex76724A032536371726
Octal166162112034566672746
Binary11101101110010100101001110010111011011011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76724A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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