Html Css Color HEX #728679 Blue Smoke

📋 copy color: '#728679'

red 114 ◦ green 134 ◦ blue 121

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

Shades of Blue Smoke #728679

Tints of Blue Smoke #728679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.31%

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

R = 30.89%
G = 36.31%
B = 32.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#728679 (or 0x728679) is known color: Blue Smoke. HEX triplet: 72, 86 and 79. RGB value is (114,134,121). Sum of RGB (Red+Green+Blue) = 114+134+121=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 134 - color contains mainly: green. Hex color #728679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728679 is #8D7986. Grayscale: #7E7E7E. Windows color (decimal): -9271687 or 7964274. OLE color: 7964274.

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

Color convert

RGB 114 134 121 -
CMYK 0.15 0 0.10 0.47
HSL 141º 0.08% 0.49% -
HSV(B) 141º 0.15% 0.53% -
XYZ 18.92 22.01 21.34 -
YUV 126.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 114 134 121 0.15 0 0.10 0.47 141 0.08 0.49
Hex 72 86 79 F 0 A 2F 8D 8 31
Octal 162 206 171 17 0 12 57 215 10 61
Binary 1110010 10000110 1111001 1111 0 1010 101111 10001101 1000 110001

Color Harmonies of #728679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728679

Black with #728679

Text Example


Text Example

White with #728679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728679; }

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

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

background-color css

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

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

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

border-color css

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

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

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