Html Css Color HEX #728876 Blue Smoke

📋 copy color: '#728876'

red 114 ◦ green 136 ◦ blue 118

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

Shades of Blue Smoke #728876

Tints of Blue Smoke #728876

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.96%

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

R = 30.98%
G = 36.96%
B = 32.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#728876 (or 0x728876) is known color: Blue Smoke. HEX triplet: 72, 88 and 76. RGB value is (114,136,118). Sum of RGB (Red+Green+Blue) = 114+136+118=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 136 - color contains mainly: green. Hex color #728876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728876 is #8D7789. Grayscale: #7F7F7F. Windows color (decimal): -9271178 or 7768178. OLE color: 7768178.

HSL color Cylindrical-coordinate representation of color #728876: hue angle of 130.91º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #728876 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 136 118 -
CMYK 0.16 0 0.13 0.47
HSL 130.91º 0.09% 0.49% -
HSV(B) 130.91º 0.16% 0.53% -
XYZ 19.01 22.49 20.48 -
YUV 127.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 114 136 118 0.16 0 0.13 0.47 130.91 0.09 0.49
Hex 72 88 76 10 0 D 2F 83 9 31
Octal 162 210 166 20 0 15 57 203 11 61
Binary 1110010 10001000 1110110 10000 0 1101 101111 10000011 1001 110001

Color Harmonies of #728876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728876

Black with #728876

Text Example


Text Example

White with #728876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728876; }

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

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

background-color css

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

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

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

border-color css

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

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

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