#768478

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

Shades of Blue Smoke #768478

Tints of Blue Smoke #768478

Color information

#768478 (or 0x768478) is unknown color: approx Blue Smoke. HEX triplet: 76, 84 and 78. RGB value is (118,132,120). Sum of RGB (Red+Green+Blue) = 118+132+120=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 132 - color contains mainly: green. Hex color #768478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768478 is #897B87. Grayscale: #7E7E7E. Windows color (decimal): -9010056 or 7898230. OLE color: 7898230.

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

Color convert

RGB118132120-
CMYK0.1100.090.48
HSL128.57º5.6%49.02%-
HSV(B)128.57º10.61%51.76%-
XYZ19.1121.7120.95-
YUV126.45124.36121.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.89%
GREEN value IS 132 (51.95% from 255) = 35.68%
BLUE value IS 120 (47.27% from 255) = 32.43%
R=31.89%
G=35.68%
B=32.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181321200.1100.090.48128.575.649.02
Hex768478B093081631
Octal1662041701301160201661
Binary111011010000100111100010110100111000010000001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768478; }

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

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

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

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

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

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

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

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