#7F754C

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

Shades of Go Ben #7F754C

Tints of Go Ben #7F754C

Color information

#7F754C (or 0x7F754C) is unknown color: approx Go Ben. HEX triplet: 7F, 75 and 4C. RGB value is (127,117,76). Sum of RGB (Red+Green+Blue) = 127+117+76=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 127 - color contains mainly: red. Hex color #7F754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F754C is #808AB3. Grayscale: #737373. Windows color (decimal): -8424116 or 5010815. OLE color: 5010815.

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

Color convert

RGB12711776-
CMYK00.080.400.50
HSL48.24º25.12%39.8%-
HSV(B)48.24º40.16%49.8%-
XYZ16.4217.769.4-
YUV115.32105.81136.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.69%
GREEN value IS 117 (46.09% from 255) = 36.56%
BLUE value IS 76 (30.08% from 255) = 23.75%
R=39.69%
G=36.56%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271177600.080.400.5048.2425.1239.8
Hex7F754C082832301928
Octal1771651140105062603150
Binary1111111111010110011000100010100011001011000011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,117,76); }

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

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

 a { background-color: rgb(127,117,76); }

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

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

 span { border-color: rgb(127,117,76); }

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