#756F5C

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

Shades of Pablo #756F5C

Tints of Pablo #756F5C

Color information

#756F5C (or 0x756F5C) is unknown color: approx Pablo. HEX triplet: 75, 6F and 5C. RGB value is (117,111,92). Sum of RGB (Red+Green+Blue) = 117+111+92=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 117 - color contains mainly: red. Hex color #756F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F5C is #8A90A3. Grayscale: #6E6E6E. Windows color (decimal): -9080996 or 6057845. OLE color: 6057845.

HSL color Cylindrical-coordinate representation of color #756F5C: hue angle of 45.6º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #756F5C is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB11711192-
CMYK00.050.210.54
HSL45.6º11.96%40.98%-
HSV(B)45.6º21.37%45.88%-
XYZ14.9515.9212.41-
YUV110.63117.49132.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 111 (43.75% from 255) = 34.69%
BLUE value IS 92 (36.33% from 255) = 28.75%
R=36.56%
G=34.69%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171119200.050.210.5445.611.9640.98
Hex756F5C0515362ec29
Octal165157134052566561451
Binary1110101110111110111000101101011101101011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756F5C; }

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

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

<style>
 a { background-color: #756F5C; }

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

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

<style>
 span { border-color: #756F5C; }

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

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