#78897F

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

Shades of Blue Smoke #78897F

Tints of Blue Smoke #78897F

Color information

#78897F (or 0x78897F) is unknown color: approx Blue Smoke. HEX triplet: 78, 89 and 7F. RGB value is (120,137,127). Sum of RGB (Red+Green+Blue) = 120+137+127=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 137 - color contains mainly: green. Hex color #78897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78897F is #877680. Grayscale: #828282. Windows color (decimal): -8877697 or 8358264. OLE color: 8358264.

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

Color convert

RGB120137127-
CMYK0.1200.070.46
HSL144.71º6.72%50.39%-
HSV(B)144.71º12.41%53.73%-
XYZ20.5223.4223.52-
YUV130.78125.87120.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.25%
GREEN value IS 137 (53.91% from 255) = 35.68%
BLUE value IS 127 (50% from 255) = 33.07%
R=31.25%
G=35.68%
B=33.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1201371270.1200.070.46144.716.7250.39
Hex78897FC072E91732
Octal170211177140756221762
Binary11110001000100111111111100011110111010010001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78897F; }

 p { color: rgb(120,137,127); }

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

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

 a { background-color: rgb(120,137,127); }

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

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

 span { border-color: rgb(120,137,127); }

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