Html Css Color HEX #728979 Blue Smoke

📋 copy color: '#728979'

red 114 ◦ green 137 ◦ blue 121

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

Shades of Blue Smoke #728979

Tints of Blue Smoke #728979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.53%

R = 30.65%
G = 36.83%
B = 32.53%

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

#728979 (or 0x728979) is known color: Blue Smoke. HEX triplet: 72, 89 and 79. RGB value is (114,137,121). Sum of RGB (Red+Green+Blue) = 114+137+121=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 137 - color contains mainly: green. Hex color #728979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728979 is #8D7686. Grayscale: #808080. Windows color (decimal): -9270919 or 7965042. OLE color: 7965042.

HSL color Cylindrical-coordinate representation of color #728979: hue angle of 138.26º 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 #728979 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 137 121 -
CMYK 0.17 0 0.12 0.46
HSL 138.26º 0.09% 0.49% -
HSV(B) 138.26º 0.17% 0.54% -
XYZ 19.34 22.85 21.48 -
YUV 128.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 114 137 121 0.17 0 0.12 0.46 138.26 0.09 0.49
Hex 72 89 79 11 0 C 2E 8A 9 31
Octal 162 211 171 21 0 14 56 212 11 61
Binary 1110010 10001001 1111001 10001 0 1100 101110 10001010 1001 110001

Color Harmonies of #728979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728979

Black with #728979

Text Example


Text Example

White with #728979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728979; }

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

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

background-color css

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

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

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

border-color css

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

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

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