#728378

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

Shades of Blue Smoke #728378

Tints of Blue Smoke #728378

Color information

#728378 (or 0x728378) is unknown color: approx Blue Smoke. HEX triplet: 72, 83 and 78. RGB value is (114,131,120). Sum of RGB (Red+Green+Blue) = 114+131+120=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 131 - color contains mainly: green. Hex color #728378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728378 is #8D7C87. Grayscale: #7C7C7C. Windows color (decimal): -9272456 or 7897970. OLE color: 7897970.

HSL color Cylindrical-coordinate representation of color #728378: hue angle of 141.18º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #728378 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB114131120-
CMYK0.1300.080.49
HSL141.18º6.94%48.04%-
HSV(B)141.18º12.98%51.37%-
XYZ18.4521.1720.88-
YUV124.66125.37120.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.23%
GREEN value IS 131 (51.56% from 255) = 35.89%
BLUE value IS 120 (47.27% from 255) = 32.88%
R=31.23%
G=35.89%
B=32.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141311200.1300.080.49141.186.9448.04
Hex728378D08318d730
Octal1622031701501061215760
Binary111001010000011111100011010100011000110001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728378; }

 p { color: rgb(114,131,120); }

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

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

 a { background-color: rgb(114,131,120); }

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

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

 span { border-color: rgb(114,131,120); }

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