#76714B

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

Shades of Go Ben #76714B

Tints of Go Ben #76714B

Color information

#76714B (or 0x76714B) is unknown color: approx Go Ben. HEX triplet: 76, 71 and 4B. RGB value is (118,113,75). Sum of RGB (Red+Green+Blue) = 118+113+75=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #76714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76714B is #898EB4. Grayscale: #6E6E6E. Windows color (decimal): -9014965 or 4944246. OLE color: 4944246.

HSL color Cylindrical-coordinate representation of color #76714B: hue angle of 53.02º 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 #76714B is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB11811375-
CMYK00.040.360.54
HSL53.02º22.28%37.84%-
HSV(B)53.02º36.44%46.27%-
XYZ14.6516.179.01-
YUV110.16108.16133.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.56%
GREEN value IS 113 (44.53% from 255) = 36.93%
BLUE value IS 75 (29.69% from 255) = 24.51%
R=38.56%
G=36.93%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181137500.040.360.5453.0222.2837.84
Hex76714B042436351626
Octal166161113044466652646
Binary111011011100011001011010010010011011011010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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