#768279

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

Shades of Blue Smoke #768279

Tints of Blue Smoke #768279

Color information

#768279 (or 0x768279) is unknown color: approx Blue Smoke. HEX triplet: 76, 82 and 79. RGB value is (118,130,121). Sum of RGB (Red+Green+Blue) = 118+130+121=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 130 - color contains mainly: green. Hex color #768279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768279 is #897D86. Grayscale: #7D7D7D. Windows color (decimal): -9010567 or 7963254. OLE color: 7963254.

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

Color convert

RGB118130121-
CMYK0.0900.070.49
HSL135º4.84%48.63%-
HSV(B)135º9.23%50.98%-
XYZ18.9121.221.18-
YUV125.39125.52122.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.98%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 121 (47.66% from 255) = 32.79%
R=31.98%
G=35.23%
B=32.79%

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
Decimal1181301210.0900.070.491354.8448.63
Hex7682799073187531
Octal166202171110761207561
Binary11101101000001011110011001011111000110000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768279; }

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

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

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

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

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

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

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

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