#768178

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

Shades of Blue Smoke #768178

Tints of Blue Smoke #768178

Color information

#768178 (or 0x768178) is unknown color: approx Blue Smoke. HEX triplet: 76, 81 and 78. RGB value is (118,129,120). Sum of RGB (Red+Green+Blue) = 118+129+120=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 129 - color contains mainly: green. Hex color #768178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768178 is #897E87. Grayscale: #7C7C7C. Windows color (decimal): -9010824 or 7897462. OLE color: 7897462.

HSL color Cylindrical-coordinate representation of color #768178: hue angle of 130.91º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #768178 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB118129120-
CMYK0.0900.070.49
HSL130.91º4.45%48.43%-
HSV(B)130.91º8.53%50.59%-
XYZ18.7120.9120.82-
YUV124.68125.36123.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.15%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 120 (47.27% from 255) = 32.70%
R=32.15%
G=35.15%
B=32.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181291200.0900.070.49130.914.4548.43
Hex7681789073183430
Octal166201170110761203460
Binary11101101000000111110001001011111000110000011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768178; }

 p { color: rgb(118,129,120); }

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

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

 a { background-color: rgb(118,129,120); }

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

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

 span { border-color: rgb(118,129,120); }

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