Html Css Color HEX #728978 Blue Smoke

📋 copy color: '#728978'

red 114 ◦ green 137 ◦ blue 120

#728978
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Smoke #728978

Tints of Blue Smoke #728978

RGB

 RED value IS 114 (44.92% from 255) = 30.73%

 GREEN value IS 137 (53.91% from 255) = 36.93%

 BLUE value IS 120 (47.27% from 255) = 32.35%

R = 30.73%
G = 36.93%
B = 32.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#728978 (or 0x728978) is known color: Blue Smoke. HEX triplet: 72, 89 and 78. RGB value is (114,137,120). Sum of RGB (Red+Green+Blue) = 114+137+120=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 137 - color contains mainly: green. Hex color #728978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728978 is #8D7687. Grayscale: #808080. Windows color (decimal): -9270920 or 7899506. OLE color: 7899506.

HSL color Cylindrical-coordinate representation of color #728978: hue angle of 135.65º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #728978 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 137 120 -
CMYK 0.17 0 0.12 0.46
HSL 135.65º 0.09% 0.49% -
HSV(B) 135.65º 0.17% 0.54% -
XYZ 19.28 22.82 21.16 -
YUV 128.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 114 137 120 0.17 0 0.12 0.46 135.65 0.09 0.49
Hex 72 89 78 11 0 C 2E 88 9 31
Octal 162 211 170 21 0 14 56 210 11 61
Binary 1110010 10001001 1111000 10001 0 1100 101110 10001000 1001 110001

Color Harmonies of #728978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728978

Black with #728978

Text Example


Text Example

White with #728978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728978; }

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

 H1.HeaderClassName
 {
   color: #728978;
 }
 .AnyTagClassName
 {
   color: #728978;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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