#7F754B

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

Shades of Go Ben #7F754B

Tints of Go Ben #7F754B

Color information

#7F754B (or 0x7F754B) is unknown color: approx Go Ben. HEX triplet: 7F, 75 and 4B. RGB value is (127,117,75). Sum of RGB (Red+Green+Blue) = 127+117+75=319 (42% of max value = 765). Red value is 127 (50% from 255 or 39.81% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 127 - color contains mainly: red. Hex color #7F754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F754B is #808AB4. Grayscale: #737373. Windows color (decimal): -8424117 or 4945279. OLE color: 4945279.

HSL color Cylindrical-coordinate representation of color #7F754B: hue angle of 48.46º 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 #7F754B is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB12711775-
CMYK00.080.410.50
HSL48.46º25.74%39.61%-
HSV(B)48.46º40.94%49.8%-
XYZ16.3817.749.22-
YUV115.2105.31136.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.81%
GREEN value IS 117 (46.09% from 255) = 36.68%
BLUE value IS 75 (29.69% from 255) = 23.51%
R=39.81%
G=36.68%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271177500.080.410.5048.4625.7439.61
Hex7F754B082932301a28
Octal1771651130105162603250
Binary1111111111010110010110100010100111001011000011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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