#78937D

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

Shades of Blue Smoke #78937D

Tints of Blue Smoke #78937D

Color information

#78937D (or 0x78937D) is unknown color: approx Blue Smoke. HEX triplet: 78, 93 and 7D. RGB value is (120,147,125). Sum of RGB (Red+Green+Blue) = 120+147+125=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 147 - color contains mainly: green. Hex color #78937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78937D is #876C82. Grayscale: #888888. Windows color (decimal): -8875139 or 8229752. OLE color: 8229752.

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

Color convert

RGB120147125-
CMYK0.1800.150.42
HSL131.11º11.11%52.35%-
HSV(B)131.11º18.37%57.65%-
XYZ21.8826.3423.33-
YUV136.42121.55116.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.61%
GREEN value IS 147 (57.81% from 255) = 37.5%
BLUE value IS 125 (49.22% from 255) = 31.89%
R=30.61%
G=37.5%
B=31.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201471250.1800.150.42131.1111.1152.35
Hex78937D120F2A83b34
Octal17022317522017522031364
Binary11110001001001111111011001001111101010100000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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