#768179

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

Shades of Blue Smoke #768179

Tints of Blue Smoke #768179

Color information

#768179 (or 0x768179) is unknown color: approx Blue Smoke. HEX triplet: 76, 81 and 79. RGB value is (118,129,121). Sum of RGB (Red+Green+Blue) = 118+129+121=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 129 - color contains mainly: green. Hex color #768179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768179 is #897E86. Grayscale: #7C7C7C. Windows color (decimal): -9010823 or 7962998. OLE color: 7962998.

HSL color Cylindrical-coordinate representation of color #768179: hue angle of 136.36º 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 #768179 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB118129121-
CMYK0.0900.060.49
HSL136.36º4.45%48.43%-
HSV(B)136.36º8.53%50.59%-
XYZ18.7720.9321.14-
YUV124.8125.86123.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.07%
GREEN value IS 129 (50.78% from 255) = 35.05%
BLUE value IS 121 (47.66% from 255) = 32.88%
R=32.07%
G=35.05%
B=32.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181291210.0900.060.49136.364.4548.43
Hex7681799063188430
Octal166201171110661210460
Binary11101101000000111110011001011011000110001000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768179; }

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

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

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

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

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

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

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

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