#768479

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

Shades of Blue Smoke #768479

Tints of Blue Smoke #768479

Color information

#768479 (or 0x768479) is unknown color: approx Blue Smoke. HEX triplet: 76, 84 and 79. RGB value is (118,132,121). Sum of RGB (Red+Green+Blue) = 118+132+121=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 132 - color contains mainly: green. Hex color #768479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768479 is #897B86. Grayscale: #7E7E7E. Windows color (decimal): -9010055 or 7963766. OLE color: 7963766.

HSL color Cylindrical-coordinate representation of color #768479: hue angle of 132.86º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #768479 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB118132121-
CMYK0.1100.080.48
HSL132.86º5.6%49.02%-
HSV(B)132.86º10.61%51.76%-
XYZ19.1721.7321.27-
YUV126.56124.86121.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 121 (47.66% from 255) = 32.61%
R=31.81%
G=35.58%
B=32.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181321210.1100.080.48132.865.649.02
Hex768479B083085631
Octal1662041711301060205661
Binary111011010000100111100110110100011000010000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768479; }

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

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

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

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

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

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

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

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