Html Css Color HEX #728976 Blue Smoke

📋 copy color: '#728976'

red 114 ◦ green 137 ◦ blue 118

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

Shades of Blue Smoke #728976

Tints of Blue Smoke #728976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.98%

R = 30.89%
G = 37.13%
B = 31.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#728976 (or 0x728976) is known color: Blue Smoke. HEX triplet: 72, 89 and 76. RGB value is (114,137,118). Sum of RGB (Red+Green+Blue) = 114+137+118=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 137 - color contains mainly: green. Hex color #728976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728976 is #8D7689. Grayscale: #808080. Windows color (decimal): -9270922 or 7768434. OLE color: 7768434.

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

Color convert

RGB 114 137 118 -
CMYK 0.17 0 0.14 0.46
HSL 130.43º 0.09% 0.49% -
HSV(B) 130.43º 0.17% 0.54% -
XYZ 19.16 22.78 20.53 -
YUV 127.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 114 137 118 0.17 0 0.14 0.46 130.43 0.09 0.49
Hex 72 89 76 11 0 E 2E 82 9 31
Octal 162 211 166 21 0 16 56 202 11 61
Binary 1110010 10001001 1110110 10001 0 1110 101110 10000010 1001 110001

Color Harmonies of #728976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728976

Black with #728976

Text Example


Text Example

White with #728976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728976; }

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

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

background-color css

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

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

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

border-color css

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

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

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