Html Css Color HEX #728878 Blue Smoke

📋 copy color: '#728878'

red 114 ◦ green 136 ◦ blue 120

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

Shades of Blue Smoke #728878

Tints of Blue Smoke #728878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.43%

R = 30.81%
G = 36.76%
B = 32.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#728878 (or 0x728878) is known color: Blue Smoke. HEX triplet: 72, 88 and 78. RGB value is (114,136,120). Sum of RGB (Red+Green+Blue) = 114+136+120=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 136 - color contains mainly: green. Hex color #728878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728878 is #8D7787. Grayscale: #7F7F7F. Windows color (decimal): -9271176 or 7899250. OLE color: 7899250.

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

Color convert

RGB 114 136 120 -
CMYK 0.16 0 0.12 0.47
HSL 136.36º 0.09% 0.49% -
HSV(B) 136.36º 0.16% 0.53% -
XYZ 19.13 22.54 21.11 -
YUV 127.6 123.71 118.3 -
System Red Green Blue C M Y K H S L
Decimal 114 136 120 0.16 0 0.12 0.47 136.36 0.09 0.49
Hex 72 88 78 10 0 C 2F 88 9 31
Octal 162 210 170 20 0 14 57 210 11 61
Binary 1110010 10001000 1111000 10000 0 1100 101111 10001000 1001 110001

Color Harmonies of #728878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728878

Black with #728878

Text Example


Text Example

White with #728878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728878; }

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

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

background-color css

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

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

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

border-color css

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

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

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