Html Css Color HEX #728776 Blue Smoke

📋 copy color: '#728776'

red 114 ◦ green 135 ◦ blue 118

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

Shades of Blue Smoke #728776

Tints of Blue Smoke #728776

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.78%

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

R = 31.06%
G = 36.78%
B = 32.15%

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

#728776 (or 0x728776) is known color: Blue Smoke. HEX triplet: 72, 87 and 76. RGB value is (114,135,118). Sum of RGB (Red+Green+Blue) = 114+135+118=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 135 - color contains mainly: green. Hex color #728776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728776 is #8D7889. Grayscale: #7E7E7E. Windows color (decimal): -9271434 or 7767922. OLE color: 7767922.

HSL color Cylindrical-coordinate representation of color #728776: hue angle of 131.43º degrees, saturation: 0.08, 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 #728776 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 135 118 -
CMYK 0.16 0 0.13 0.47
HSL 131.43º 0.08% 0.49% -
HSV(B) 131.43º 0.16% 0.53% -
XYZ 18.87 22.21 20.43 -
YUV 126.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 114 135 118 0.16 0 0.13 0.47 131.43 0.08 0.49
Hex 72 87 76 10 0 D 2F 83 8 31
Octal 162 207 166 20 0 15 57 203 10 61
Binary 1110010 10000111 1110110 10000 0 1101 101111 10000011 1000 110001

Color Harmonies of #728776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728776

Black with #728776

Text Example


Text Example

White with #728776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728776; }

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

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

background-color css

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

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

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

border-color css

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

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

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