#7C7257

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

Shades of Pablo #7C7257

Tints of Pablo #7C7257

Color information

#7C7257 (or 0x7C7257) is unknown color: approx Pablo. HEX triplet: 7C, 72 and 57. RGB value is (124,114,87). Sum of RGB (Red+Green+Blue) = 124+114+87=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7257 is #838DA8. Grayscale: #727272. Windows color (decimal): -8621481 or 5730940. OLE color: 5730940.

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

Color convert

RGB12411487-
CMYK00.080.300.51
HSL43.78º17.54%41.37%-
HSV(B)43.78º29.84%48.63%-
XYZ16.0517.0111.45-
YUV113.91112.81135.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.15%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 87 (34.38% from 255) = 26.77%
R=38.15%
G=35.08%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241148700.080.300.5143.7817.5441.37
Hex7C7257081E332c1229
Octal1741621270103663542251
Binary111110011100101010111010001111011001110110010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,114,87); }

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

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

 a { background-color: rgb(124,114,87); }

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

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

 span { border-color: rgb(124,114,87); }

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