#756F5F

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

Shades of Pablo #756F5F

Tints of Pablo #756F5F

Color information

#756F5F (or 0x756F5F) is unknown color: approx Pablo. HEX triplet: 75, 6F and 5F. RGB value is (117,111,95). Sum of RGB (Red+Green+Blue) = 117+111+95=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 117 - color contains mainly: red. Hex color #756F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F5F is #8A90A0. Grayscale: #6F6F6F. Windows color (decimal): -9080993 or 6254453. OLE color: 6254453.

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

Color convert

RGB11711195-
CMYK00.050.190.54
HSL43.64º10.38%41.57%-
HSV(B)43.64º18.8%45.88%-
XYZ15.0915.9813.12-
YUV110.97118.99132.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.22%
GREEN value IS 111 (43.75% from 255) = 34.37%
BLUE value IS 95 (37.5% from 255) = 29.41%
R=36.22%
G=34.37%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171119500.050.190.5443.6410.3841.57
Hex756F5F0513362ca2a
Octal165157137052366541252
Binary1110101110111110111110101100111101101011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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