#7F7355

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

Shades of Pablo #7F7355

Tints of Pablo #7F7355

Color information

#7F7355 (or 0x7F7355) is unknown color: approx Pablo. HEX triplet: 7F, 73 and 55. RGB value is (127,115,85). Sum of RGB (Red+Green+Blue) = 127+115+85=327 (43% of max value = 765). Red value is 127 (50% from 255 or 38.84% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7355 is #808CAA. Grayscale: #737373. Windows color (decimal): -8424619 or 5600127. OLE color: 5600127.

HSL color Cylindrical-coordinate representation of color #7F7355: hue angle of 42.86º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F7355 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB12711585-
CMYK00.090.330.50
HSL42.86º19.81%41.57%-
HSV(B)42.86º33.07%49.8%-
XYZ16.5217.4311.09-
YUV115.17110.98136.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.84%
GREEN value IS 115 (45.31% from 255) = 35.17%
BLUE value IS 85 (33.59% from 255) = 25.99%
R=38.84%
G=35.17%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271158500.090.330.5042.8619.8141.57
Hex7F73550921322b142a
Octal1771631250114162532452
Binary1111111111001110101010100110000111001010101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,115,85); }

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

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

 a { background-color: rgb(127,115,85); }

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

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

 span { border-color: rgb(127,115,85); }

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