#7A7258

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

Shades of Pablo #7A7258

Tints of Pablo #7A7258

Color information

#7A7258 (or 0x7A7258) is unknown color: approx Pablo. HEX triplet: 7A, 72 and 58. RGB value is (122,114,88). Sum of RGB (Red+Green+Blue) = 122+114+88=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7258 is #858DA7. Grayscale: #717171. Windows color (decimal): -8752552 or 5796474. OLE color: 5796474.

HSL color Cylindrical-coordinate representation of color #7A7258: hue angle of 45.88º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A7258 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.52.

Color convert

RGB12211488-
CMYK00.070.280.52
HSL45.88º16.19%41.18%-
HSV(B)45.88º27.87%47.84%-
XYZ15.816.8811.66-
YUV113.43113.65134.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.65%
GREEN value IS 114 (44.92% from 255) = 35.19%
BLUE value IS 88 (34.77% from 255) = 27.16%
R=37.65%
G=35.19%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221148800.070.280.5245.8816.1941.18
Hex7A7258071C342e1029
Octal172162130073464562051
Binary11110101110010101100001111110011010010111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,114,88); }

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

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

 a { background-color: rgb(122,114,88); }

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

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

 span { border-color: rgb(122,114,88); }

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