#768E7D

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

Shades of Blue Smoke #768E7D

Tints of Blue Smoke #768E7D

Color information

#768E7D (or 0x768E7D) is unknown color: approx Blue Smoke. HEX triplet: 76, 8E and 7D. RGB value is (118,142,125). Sum of RGB (Red+Green+Blue) = 118+142+125=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 142 - color contains mainly: green. Hex color #768E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768E7D is #897182. Grayscale: #848484. Windows color (decimal): -9007491 or 8228470. OLE color: 8228470.

HSL color Cylindrical-coordinate representation of color #768E7D: hue angle of 137.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #768E7D is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB118142125-
CMYK0.1700.120.44
HSL137.5º9.6%50.98%-
HSV(B)137.5º16.9%55.69%-
XYZ20.8524.6823.07-
YUV132.89123.55117.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.65%
GREEN value IS 142 (55.86% from 255) = 36.88%
BLUE value IS 125 (49.22% from 255) = 32.47%
R=30.65%
G=36.88%
B=32.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181421250.1700.120.44137.59.650.98
Hex768E7D110C2C8aa33
Octal16621617521014542121263
Binary11101101000111011111011000101100101100100010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768E7D; }

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

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

<style>
 a { background-color: #768E7D; }

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

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

<style>
 span { border-color: #768E7D; }

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

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