#769079

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

Shades of Blue Smoke #769079

Tints of Blue Smoke #769079

Color information

#769079 (or 0x769079) is unknown color: approx Blue Smoke. HEX triplet: 76, 90 and 79. RGB value is (118,144,121). Sum of RGB (Red+Green+Blue) = 118+144+121=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 144 - color contains mainly: green. Hex color #769079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769079 is #896F86. Grayscale: #858585. Windows color (decimal): -9006983 or 7966838. OLE color: 7966838.

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

Color convert

RGB118144121-
CMYK0.1800.160.44
HSL126.92º10.48%51.37%-
HSV(B)126.92º18.06%56.47%-
XYZ20.925.1821.85-
YUV133.6120.89116.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.81%
GREEN value IS 144 (56.64% from 255) = 37.60%
BLUE value IS 121 (47.66% from 255) = 31.59%
R=30.81%
G=37.60%
B=31.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181441210.1800.160.44126.9210.4851.37
Hex769079120102C7fa33
Octal16622017122020541771263
Binary11101101001000011110011001001000010110011111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769079; }

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

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

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

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

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

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

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

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