#7B7158

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

Shades of Pablo #7B7158

Tints of Pablo #7B7158

Color information

#7B7158 (or 0x7B7158) is unknown color: approx Pablo. HEX triplet: 7B, 71 and 58. RGB value is (123,113,88). Sum of RGB (Red+Green+Blue) = 123+113+88=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7158 is #848EA7. Grayscale: #717171. Windows color (decimal): -8687272 or 5796219. OLE color: 5796219.

HSL color Cylindrical-coordinate representation of color #7B7158: hue angle of 42.86º degrees, saturation: 0.17, 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 #7B7158 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.52.

Color convert

RGB12311388-
CMYK00.080.280.52
HSL42.86º16.59%41.37%-
HSV(B)42.86º28.46%48.24%-
XYZ15.8316.7311.63-
YUV113.14113.81135.03-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.96%
GREEN value IS 113 (44.53% from 255) = 34.88%
BLUE value IS 88 (34.77% from 255) = 27.16%
R=37.96%
G=34.88%
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.52
SystemRedGreenBlueCMYKHSL
Decimal1231138800.080.280.5242.8616.5941.37
Hex7B7158081C342b1129
Octal1731611300103464532151
Binary111101111100011011000010001110011010010101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,113,88); }

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

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

 a { background-color: rgb(123,113,88); }

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

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

 span { border-color: rgb(123,113,88); }

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