#7B7056

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

Shades of Pablo #7B7056

Tints of Pablo #7B7056

Color information

#7B7056 (or 0x7B7056) is unknown color: approx Pablo. HEX triplet: 7B, 70 and 56. RGB value is (123,112,86). Sum of RGB (Red+Green+Blue) = 123+112+86=321 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.32% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7056 is #848FA9. Grayscale: #707070. Windows color (decimal): -8687530 or 5664891. OLE color: 5664891.

HSL color Cylindrical-coordinate representation of color #7B7056: hue angle of 42.16º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B7056 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB12311286-
CMYK00.090.300.52
HSL42.16º17.7%40.98%-
HSV(B)42.16º30.08%48.24%-
XYZ15.6416.4711.16-
YUV112.32113.14135.61-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.32%
GREEN value IS 112 (44.14% from 255) = 34.89%
BLUE value IS 86 (33.98% from 255) = 26.79%
R=38.32%
G=34.89%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231128600.090.300.5242.1617.740.98
Hex7B7056091E342a1229
Octal1731601260113664522251
Binary111101111100001010110010011111011010010101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,112,86); }

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

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

 a { background-color: rgb(123,112,86); }

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

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

 span { border-color: rgb(123,112,86); }

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