#7F755B

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

Shades of Pablo #7F755B

Tints of Pablo #7F755B

Color information

#7F755B (or 0x7F755B) is unknown color: approx Pablo. HEX triplet: 7F, 75 and 5B. RGB value is (127,117,91). Sum of RGB (Red+Green+Blue) = 127+117+91=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 127 - color contains mainly: red. Hex color #7F755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F755B is #808AA4. Grayscale: #757575. Windows color (decimal): -8424101 or 5993855. OLE color: 5993855.

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

Color convert

RGB12711791-
CMYK00.080.280.50
HSL43.33º16.51%42.75%-
HSV(B)43.33º28.35%49.8%-
XYZ1717.9912.47-
YUV117.03113.31135.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.91%
GREEN value IS 117 (46.09% from 255) = 34.93%
BLUE value IS 91 (35.94% from 255) = 27.16%
R=37.91%
G=34.93%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271179100.080.280.5043.3316.5142.75
Hex7F755B081C322b112b
Octal1771651330103462532153
Binary111111111101011011011010001110011001010101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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