#76704B

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

Shades of Go Ben #76704B

Tints of Go Ben #76704B

Color information

#76704B (or 0x76704B) is unknown color: approx Go Ben. HEX triplet: 76, 70 and 4B. RGB value is (118,112,75). Sum of RGB (Red+Green+Blue) = 118+112+75=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #76704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76704B is #898FB4. Grayscale: #6D6D6D. Windows color (decimal): -9015221 or 4943990. OLE color: 4943990.

HSL color Cylindrical-coordinate representation of color #76704B: hue angle of 51.63º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76704B is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB11811275-
CMYK00.050.360.54
HSL51.63º22.28%37.84%-
HSV(B)51.63º36.44%46.27%-
XYZ14.5415.958.97-
YUV109.58108.49134.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.69%
GREEN value IS 112 (44.14% from 255) = 36.72%
BLUE value IS 75 (29.69% from 255) = 24.59%
R=38.69%
G=36.72%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181127500.050.360.5451.6322.2837.84
Hex76704B052436341626
Octal166160113054466642646
Binary111011011100001001011010110010011011011010010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76704B; }

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

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

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

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

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

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

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

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