#76705F

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

Shades of Pablo #76705F

Tints of Pablo #76705F

Color information

#76705F (or 0x76705F) is unknown color: approx Pablo. HEX triplet: 76, 70 and 5F. RGB value is (118,112,95). Sum of RGB (Red+Green+Blue) = 118+112+95=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 118 - color contains mainly: red. Hex color #76705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76705F is #898FA0. Grayscale: #6F6F6F. Windows color (decimal): -9015201 or 6254710. OLE color: 6254710.

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

Color convert

RGB11811295-
CMYK00.050.190.54
HSL44.35º10.8%41.76%-
HSV(B)44.35º19.49%46.27%-
XYZ15.3316.2713.16-
YUV111.86118.49132.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 112 (44.14% from 255) = 34.46%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=36.31%
G=34.46%
B=29.23%

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
Decimal1181129500.050.190.5444.3510.841.76
Hex76705F0513362cb2a
Octal166160137052366541352
Binary1110110111000010111110101100111101101011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76705F; }

 p { color: rgb(118,112,95); }

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

<style>
 a { background-color: #76705F; }

 a { background-color: rgb(118,112,95); }

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

<style>
 span { border-color: #76705F; }

 span { border-color: rgb(118,112,95); }

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