#768878

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

Shades of Blue Smoke #768878

Tints of Blue Smoke #768878

Color information

#768878 (or 0x768878) is unknown color: approx Blue Smoke. HEX triplet: 76, 88 and 78. RGB value is (118,136,120). Sum of RGB (Red+Green+Blue) = 118+136+120=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 136 - color contains mainly: green. Hex color #768878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768878 is #897787. Grayscale: #808080. Windows color (decimal): -9009032 or 7899254. OLE color: 7899254.

HSL color Cylindrical-coordinate representation of color #768878: hue angle of 126.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #768878 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB118136120-
CMYK0.1300.120.47
HSL126.67º7.09%49.8%-
HSV(B)126.67º13.24%53.33%-
XYZ19.6722.8221.14-
YUV128.79123.04120.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.55%
GREEN value IS 136 (53.52% from 255) = 36.36%
BLUE value IS 120 (47.27% from 255) = 32.09%
R=31.55%
G=36.36%
B=32.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181361200.1300.120.47126.677.0949.8
Hex768878D0C2F7f732
Octal1662101701501457177762
Binary11101101000100011110001101011001011111111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768878; }

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

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

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

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

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

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

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

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