#80755A

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

Shades of Pablo #80755A

Tints of Pablo #80755A

Color information

#80755A (or 0x80755A) is unknown color: approx Pablo. HEX triplet: 80, 75 and 5A. RGB value is (128,117,90). Sum of RGB (Red+Green+Blue) = 128+117+90=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 128 - color contains mainly: red. Hex color #80755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80755A is #7F8AA5. Grayscale: #757575. Windows color (decimal): -8358566 or 5928320. OLE color: 5928320.

HSL color Cylindrical-coordinate representation of color #80755A: hue angle of 42.63º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80755A is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB12811790-
CMYK00.090.300.50
HSL42.63º17.43%42.75%-
HSV(B)42.63º29.69%50.2%-
XYZ17.1118.0512.26-
YUV117.21112.64135.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.21%
GREEN value IS 117 (46.09% from 255) = 34.93%
BLUE value IS 90 (35.55% from 255) = 26.87%
R=38.21%
G=34.93%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281179000.090.300.5042.6317.4342.75
Hex80755A091E322b112b
Octal2001651320113662532153
Binary1000000011101011011010010011111011001010101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80755A; }

 p { color: rgb(128,117,90); }

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

<style>
 a { background-color: #80755A; }

 a { background-color: rgb(128,117,90); }

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

<style>
 span { border-color: #80755A; }

 span { border-color: rgb(128,117,90); }

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