#76705D

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

Shades of Pablo #76705D

Tints of Pablo #76705D

Color information

#76705D (or 0x76705D) is unknown color: approx Pablo. HEX triplet: 76, 70 and 5D. RGB value is (118,112,93). Sum of RGB (Red+Green+Blue) = 118+112+93=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 118 - color contains mainly: red. Hex color #76705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76705D is #898FA2. Grayscale: #6F6F6F. Windows color (decimal): -9015203 or 6123638. OLE color: 6123638.

HSL color Cylindrical-coordinate representation of color #76705D: 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 #76705D is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB11811293-
CMYK00.050.210.54
HSL45.6º11.85%41.37%-
HSV(B)45.6º21.19%46.27%-
XYZ15.2416.2312.69-
YUV111.63117.49132.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.53%
GREEN value IS 112 (44.14% from 255) = 34.67%
BLUE value IS 93 (36.72% from 255) = 28.79%
R=36.53%
G=34.67%
B=28.79%

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
Decimal1181129300.050.210.5445.611.8541.37
Hex76705D0515362ec29
Octal166160135052566561451
Binary1110110111000010111010101101011101101011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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