#76705B

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

Shades of Pablo #76705B

Tints of Pablo #76705B

Color information

#76705B (or 0x76705B) is unknown color: approx Pablo. HEX triplet: 76, 70 and 5B. RGB value is (118,112,91). Sum of RGB (Red+Green+Blue) = 118+112+91=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 118 - color contains mainly: red. Hex color #76705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76705B is #898FA4. Grayscale: #6F6F6F. Windows color (decimal): -9015205 or 5992566. OLE color: 5992566.

HSL color Cylindrical-coordinate representation of color #76705B: hue angle of 46.67º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #76705B is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB11811291-
CMYK00.050.230.54
HSL46.67º12.92%40.98%-
HSV(B)46.67º22.88%46.27%-
XYZ15.1516.212.22-
YUV111.4116.49132.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 112 (44.14% from 255) = 34.89%
BLUE value IS 91 (35.94% from 255) = 28.35%
R=36.76%
G=34.89%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181129100.050.230.5446.6712.9240.98
Hex76705B0517362fd29
Octal166160133052766571551
Binary1110110111000010110110101101111101101011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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