#7F764B

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

Shades of Go Ben #7F764B

Tints of Go Ben #7F764B

Color information

#7F764B (or 0x7F764B) is unknown color: approx Go Ben. HEX triplet: 7F, 76 and 4B. RGB value is (127,118,75). Sum of RGB (Red+Green+Blue) = 127+118+75=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 127 - color contains mainly: red. Hex color #7F764B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F764B is #8089B4. Grayscale: #737373. Windows color (decimal): -8423861 or 4945535. OLE color: 4945535.

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

Color convert

RGB12711875-
CMYK00.070.410.50
HSL49.62º25.74%39.61%-
HSV(B)49.62º40.94%49.8%-
XYZ16.517.989.26-
YUV115.79104.98136-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.69%
GREEN value IS 118 (46.48% from 255) = 36.88%
BLUE value IS 75 (29.69% from 255) = 23.44%
R=39.69%
G=36.88%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271187500.070.410.5049.6225.7439.61
Hex7F764B072932321a28
Octal177166113075162623250
Binary111111111101101001011011110100111001011001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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