#756F63

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

Shades of Pablo #756F63

Tints of Pablo #756F63

Color information

#756F63 (or 0x756F63) is unknown color: approx Pablo. HEX triplet: 75, 6F and 63. RGB value is (117,111,99). Sum of RGB (Red+Green+Blue) = 117+111+99=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 117 - color contains mainly: red. Hex color #756F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F63 is #8A909C. Grayscale: #6F6F6F. Windows color (decimal): -9080989 or 6516597. OLE color: 6516597.

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

Color convert

RGB11711199-
CMYK00.050.150.54
HSL40º8.33%42.35%-
HSV(B)40º15.38%45.88%-
XYZ15.2716.0514.1-
YUV111.43120.99131.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 111 (43.75% from 255) = 33.94%
BLUE value IS 99 (39.06% from 255) = 30.28%
R=35.78%
G=33.94%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171119900.050.150.54408.3342.35
Hex756F6305F362882a
Octal165157143051766501052
Binary111010111011111100011010111111101101010001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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