#7C6F5A

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

Shades of Pablo #7C6F5A

Tints of Pablo #7C6F5A

Color information

#7C6F5A (or 0x7C6F5A) is unknown color: approx Pablo. HEX triplet: 7C, 6F and 5A. RGB value is (124,111,90). Sum of RGB (Red+Green+Blue) = 124+111+90=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6F5A is #8390A5. Grayscale: #707070. Windows color (decimal): -8622246 or 5926780. OLE color: 5926780.

HSL color Cylindrical-coordinate representation of color #7C6F5A: hue angle of 37.06º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C6F5A is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB12411190-
CMYK00.100.270.51
HSL37.06º15.89%41.96%-
HSV(B)37.06º27.42%48.63%-
XYZ15.8416.3912-
YUV112.49115.31136.21-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.15%
GREEN value IS 111 (43.75% from 255) = 34.15%
BLUE value IS 90 (35.55% from 255) = 27.69%
R=38.15%
G=34.15%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241119000.100.270.5137.0615.8941.96
Hex7C6F5A0A1B3325102a
Octal1741571320123363452052
Binary111110011011111011010010101101111001110010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,111,90); }

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

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

 a { background-color: rgb(124,111,90); }

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

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

 span { border-color: rgb(124,111,90); }

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