#7C7156

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

Shades of Pablo #7C7156

Tints of Pablo #7C7156

Color information

#7C7156 (or 0x7C7156) is unknown color: approx Pablo. HEX triplet: 7C, 71 and 56. RGB value is (124,113,86). Sum of RGB (Red+Green+Blue) = 124+113+86=323 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.39% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7156 is #838EA9. Grayscale: #717171. Windows color (decimal): -8621738 or 5665148. OLE color: 5665148.

HSL color Cylindrical-coordinate representation of color #7C7156: hue angle of 42.63º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C7156 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB12411386-
CMYK00.090.310.51
HSL42.63º18.1%41.18%-
HSV(B)42.63º30.65%48.63%-
XYZ15.916.7711.2-
YUV113.21112.64135.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.39%
GREEN value IS 113 (44.53% from 255) = 34.98%
BLUE value IS 86 (33.98% from 255) = 26.63%
R=38.39%
G=34.98%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241138600.090.310.5142.6318.141.18
Hex7C7156091F332b1229
Octal1741611260113763532251
Binary111110011100011010110010011111111001110101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,113,86); }

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

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

 a { background-color: rgb(124,113,86); }

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

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

 span { border-color: rgb(124,113,86); }

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