#7F745B

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

Shades of Pablo #7F745B

Tints of Pablo #7F745B

Color information

#7F745B (or 0x7F745B) is unknown color: approx Pablo. HEX triplet: 7F, 74 and 5B. RGB value is (127,116,91). Sum of RGB (Red+Green+Blue) = 127+116+91=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 127 - color contains mainly: red. Hex color #7F745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F745B is #808BA4. Grayscale: #747474. Windows color (decimal): -8424357 or 5993599. OLE color: 5993599.

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

Color convert

RGB12711691-
CMYK00.090.280.50
HSL41.67º16.51%42.75%-
HSV(B)41.67º28.35%49.8%-
XYZ16.8917.7612.44-
YUV116.44113.64135.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.02%
GREEN value IS 116 (45.70% from 255) = 34.73%
BLUE value IS 91 (35.94% from 255) = 27.25%
R=38.02%
G=34.73%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271169100.090.280.5041.6716.5142.75
Hex7F745B091C322a112b
Octal1771641330113462522153
Binary111111111101001011011010011110011001010101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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