#78927D

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

Shades of Blue Smoke #78927D

Tints of Blue Smoke #78927D

Color information

#78927D (or 0x78927D) is unknown color: approx Blue Smoke. HEX triplet: 78, 92 and 7D. RGB value is (120,146,125). Sum of RGB (Red+Green+Blue) = 120+146+125=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 146 - color contains mainly: green. Hex color #78927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78927D is #876D82. Grayscale: #878787. Windows color (decimal): -8875395 or 8229496. OLE color: 8229496.

HSL color Cylindrical-coordinate representation of color #78927D: hue angle of 131.54º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #78927D is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB120146125-
CMYK0.1800.140.43
HSL131.54º10.66%52.16%-
HSV(B)131.54º17.81%57.25%-
XYZ21.7326.0323.28-
YUV135.83121.89116.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.69%
GREEN value IS 146 (57.42% from 255) = 37.34%
BLUE value IS 125 (49.22% from 255) = 31.97%
R=30.69%
G=37.34%
B=31.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1201461250.1800.140.43131.5410.6652.16
Hex78927D120E2B84b34
Octal17022217522016532041364
Binary11110001001001011111011001001110101011100001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78927D; }

 p { color: rgb(120,146,125); }

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

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

 a { background-color: rgb(120,146,125); }

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

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

 span { border-color: rgb(120,146,125); }

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