#7B7258

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

Shades of Pablo #7B7258

Tints of Pablo #7B7258

Color information

#7B7258 (or 0x7B7258) is unknown color: approx Pablo. HEX triplet: 7B, 72 and 58. RGB value is (123,114,88). Sum of RGB (Red+Green+Blue) = 123+114+88=325 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.85% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7258 is #848DA7. Grayscale: #717171. Windows color (decimal): -8687016 or 5796475. OLE color: 5796475.

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

Color convert

RGB12311488-
CMYK00.070.280.52
HSL44.57º16.59%41.37%-
HSV(B)44.57º28.46%48.24%-
XYZ15.9516.9511.66-
YUV113.73113.48134.61-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.85%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 88 (34.77% from 255) = 27.08%
R=37.85%
G=35.08%
B=27.08%

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
Decimal1231148800.070.280.5244.5716.5941.37
Hex7B7258071C342d1129
Octal173162130073464552151
Binary11110111110010101100001111110011010010110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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