#78897A

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

Shades of Blue Smoke #78897A

Tints of Blue Smoke #78897A

Color information

#78897A (or 0x78897A) is unknown color: approx Blue Smoke. HEX triplet: 78, 89 and 7A. RGB value is (120,137,122). Sum of RGB (Red+Green+Blue) = 120+137+122=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 137 - color contains mainly: green. Hex color #78897A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78897A is #877685. Grayscale: #828282. Windows color (decimal): -8877702 or 8030584. OLE color: 8030584.

HSL color Cylindrical-coordinate representation of color #78897A: hue angle of 127.06º 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 #78897A is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB120137122-
CMYK0.1200.110.46
HSL127.06º6.72%50.39%-
HSV(B)127.06º12.41%53.73%-
XYZ20.223.2921.84-
YUV130.21123.37120.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.66%
GREEN value IS 137 (53.91% from 255) = 36.15%
BLUE value IS 122 (48.05% from 255) = 32.19%
R=31.66%
G=36.15%
B=32.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1201371220.1200.110.46127.066.7250.39
Hex78897AC0B2E7f732
Octal1702111721401356177762
Binary11110001000100111110101100010111011101111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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