#756F5D

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

Shades of Pablo #756F5D

Tints of Pablo #756F5D

Color information

#756F5D (or 0x756F5D) is unknown color: approx Pablo. HEX triplet: 75, 6F and 5D. RGB value is (117,111,93). Sum of RGB (Red+Green+Blue) = 117+111+93=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 117 - color contains mainly: red. Hex color #756F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F5D is #8A90A2. Grayscale: #6E6E6E. Windows color (decimal): -9080995 or 6123381. OLE color: 6123381.

HSL color Cylindrical-coordinate representation of color #756F5D: hue angle of 45º degrees, saturation: 0.11, 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 #756F5D is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB11711193-
CMYK00.050.210.54
HSL45º11.43%41.18%-
HSV(B)45º20.51%45.88%-
XYZ1515.9412.64-
YUV110.74117.99132.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 111 (43.75% from 255) = 34.58%
BLUE value IS 93 (36.72% from 255) = 28.97%
R=36.45%
G=34.58%
B=28.97%

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
Decimal1171119300.050.210.544511.4341.18
Hex756F5D0515362db29
Octal165157135052566551351
Binary1110101110111110111010101101011101101011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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