#78917D

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

Shades of Blue Smoke #78917D

Tints of Blue Smoke #78917D

Color information

#78917D (or 0x78917D) is unknown color: approx Blue Smoke. HEX triplet: 78, 91 and 7D. RGB value is (120,145,125). Sum of RGB (Red+Green+Blue) = 120+145+125=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 145 - color contains mainly: green. Hex color #78917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78917D is #876E82. Grayscale: #878787. Windows color (decimal): -8875651 or 8229240. OLE color: 8229240.

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

Color convert

RGB120145125-
CMYK0.1700.140.43
HSL132º10.2%51.96%-
HSV(B)132º17.24%56.86%-
XYZ21.5725.7223.23-
YUV135.24122.22117.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.77%
GREEN value IS 145 (57.03% from 255) = 37.18%
BLUE value IS 125 (49.22% from 255) = 32.05%
R=30.77%
G=37.18%
B=32.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1201451250.1700.140.4313210.251.96
Hex78917D110E2B84a34
Octal17022117521016532041264
Binary11110001001000111111011000101110101011100001001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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