#76887D

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

Shades of Blue Smoke #76887D

Tints of Blue Smoke #76887D

Color information

#76887D (or 0x76887D) is unknown color: approx Blue Smoke. HEX triplet: 76, 88 and 7D. RGB value is (118,136,125). Sum of RGB (Red+Green+Blue) = 118+136+125=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 136 - color contains mainly: green. Hex color #76887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76887D is #897782. Grayscale: #818181. Windows color (decimal): -9009027 or 8226934. OLE color: 8226934.

HSL color Cylindrical-coordinate representation of color #76887D: hue angle of 143.33º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #76887D is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB118136125-
CMYK0.1300.080.47
HSL143.33º7.09%49.8%-
HSV(B)143.33º13.24%53.33%-
XYZ19.9822.9422.78-
YUV129.36125.54119.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.13%
GREEN value IS 136 (53.52% from 255) = 35.88%
BLUE value IS 125 (49.22% from 255) = 32.98%
R=31.13%
G=35.88%
B=32.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181361250.1300.080.47143.337.0949.8
Hex76887DD082F8f732
Octal1662101751501057217762
Binary111011010001000111110111010100010111110001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,136,125); }

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

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

 a { background-color: rgb(118,136,125); }

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

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

 span { border-color: rgb(118,136,125); }

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