#7C755E

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

Shades of Pablo #7C755E

Tints of Pablo #7C755E

Color information

#7C755E (or 0x7C755E) is unknown color: approx Pablo. HEX triplet: 7C, 75 and 5E. RGB value is (124,117,94). Sum of RGB (Red+Green+Blue) = 124+117+94=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 124 - color contains mainly: red. Hex color #7C755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C755E is #838AA1. Grayscale: #747474. Windows color (decimal): -8620706 or 6190460. OLE color: 6190460.

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

Color convert

RGB12411794-
CMYK00.060.240.51
HSL46º13.76%42.75%-
HSV(B)46º24.19%48.63%-
XYZ16.6917.8213.15-
YUV116.47115.32133.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.01%
GREEN value IS 117 (46.09% from 255) = 34.93%
BLUE value IS 94 (37.11% from 255) = 28.06%
R=37.01%
G=34.93%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241179400.060.240.514613.7642.75
Hex7C755E0618332ee2b
Octal174165136063063561653
Binary1111100111010110111100110110001100111011101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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