#7F764F

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

Shades of Go Ben #7F764F

Tints of Go Ben #7F764F

Color information

#7F764F (or 0x7F764F) is unknown color: approx Go Ben. HEX triplet: 7F, 76 and 4F. RGB value is (127,118,79). Sum of RGB (Red+Green+Blue) = 127+118+79=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 127 - color contains mainly: red. Hex color #7F764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F764F is #8089B0. Grayscale: #747474. Windows color (decimal): -8423857 or 5207679. OLE color: 5207679.

HSL color Cylindrical-coordinate representation of color #7F764F: hue angle of 48.75º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F764F is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB12711879-
CMYK00.070.380.50
HSL48.75º23.3%40.39%-
HSV(B)48.75º37.8%49.8%-
XYZ16.6418.0310-
YUV116.24106.98135.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.20%
GREEN value IS 118 (46.48% from 255) = 36.42%
BLUE value IS 79 (31.25% from 255) = 24.38%
R=39.20%
G=36.42%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271187900.070.380.5048.7523.340.39
Hex7F764F072632311728
Octal177166117074662612750
Binary111111111101101001111011110011011001011000110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F764F; }

 p { color: rgb(127,118,79); }

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

<style>
 a { background-color: #7F764F; }

 a { background-color: rgb(127,118,79); }

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

<style>
 span { border-color: #7F764F; }

 span { border-color: rgb(127,118,79); }

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