Html Css Color HEX #728478 Blue Smoke

📋 copy color: '#728478'

red 114 ◦ green 132 ◦ blue 120

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

Shades of Blue Smoke #728478

Tints of Blue Smoke #728478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.07%

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

R = 31.15%
G = 36.07%
B = 32.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#728478 (or 0x728478) is known color: Blue Smoke. HEX triplet: 72, 84 and 78. RGB value is (114,132,120). Sum of RGB (Red+Green+Blue) = 114+132+120=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 132 - color contains mainly: green. Hex color #728478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728478 is #8D7B87. Grayscale: #7D7D7D. Windows color (decimal): -9272200 or 7898226. OLE color: 7898226.

HSL color Cylindrical-coordinate representation of color #728478: hue angle of 140º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #728478 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 132 120 -
CMYK 0.14 0 0.09 0.48
HSL 140º 0.07% 0.48% -
HSV(B) 140º 0.14% 0.52% -
XYZ 18.58 21.44 20.93 -
YUV 125.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 114 132 120 0.14 0 0.09 0.48 140 0.07 0.48
Hex 72 84 78 E 0 9 30 8C 7 30
Octal 162 204 170 16 0 11 60 214 7 60
Binary 1110010 10000100 1111000 1110 0 1001 110000 10001100 111 110000

Color Harmonies of #728478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728478

Black with #728478

Text Example


Text Example

White with #728478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728478; }

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

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

background-color css

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

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

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

border-color css

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

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

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