#7C755C

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

Shades of Pablo #7C755C

Tints of Pablo #7C755C

Color information

#7C755C (or 0x7C755C) is unknown color: approx Pablo. HEX triplet: 7C, 75 and 5C. RGB value is (124,117,92). Sum of RGB (Red+Green+Blue) = 124+117+92=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 124 - color contains mainly: red. Hex color #7C755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C755C is #838AA3. Grayscale: #747474. Windows color (decimal): -8620708 or 6059388. OLE color: 6059388.

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

Color convert

RGB12411792-
CMYK00.060.260.51
HSL46.88º14.81%42.35%-
HSV(B)46.88º25.81%48.63%-
XYZ16.6117.7812.68-
YUV116.24114.32133.53-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.24%
GREEN value IS 117 (46.09% from 255) = 35.14%
BLUE value IS 92 (36.33% from 255) = 27.63%
R=37.24%
G=35.14%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241179200.060.260.5146.8814.8142.35
Hex7C755C061A332ff2a
Octal174165134063263571752
Binary1111100111010110111000110110101100111011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,117,92); }

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

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

 a { background-color: rgb(124,117,92); }

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

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

 span { border-color: rgb(124,117,92); }

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