Html Css Color HEX #728074 Blue Smoke

📋 copy color: '#728074'

red 114 ◦ green 128 ◦ blue 116

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

Shades of Blue Smoke #728074

Tints of Blue Smoke #728074

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.75%

 BLUE value IS 116 (45.7% from 255) = 32.4%

R = 31.84%
G = 35.75%
B = 32.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#728074 (or 0x728074) is known color: Blue Smoke. HEX triplet: 72, 80 and 74. RGB value is (114,128,116). Sum of RGB (Red+Green+Blue) = 114+128+116=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 128 - color contains mainly: green. Hex color #728074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728074 is #8D7F8B. Grayscale: #7A7A7A. Windows color (decimal): -9273228 or 7635058. OLE color: 7635058.

HSL color Cylindrical-coordinate representation of color #728074: hue angle of 128.57º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #728074 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 128 116 -
CMYK 0.11 0 0.09 0.50
HSL 128.57º 0.06% 0.47% -
HSV(B) 128.57º 0.11% 0.5% -
XYZ 17.81 20.28 19.5 -
YUV 122.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 114 128 116 0.11 0 0.09 0.50 128.57 0.06 0.47
Hex 72 80 74 B 0 9 32 81 6 2F
Octal 162 200 164 13 0 11 62 201 6 57
Binary 1110010 10000000 1110100 1011 0 1001 110010 10000001 110 101111

Color Harmonies of #728074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728074

Black with #728074

Text Example


Text Example

White with #728074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728074; }

 p { color: rgb(114,128,116); }

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

background-color css

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

 a { background-color: rgb(114,128,116); }

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

border-color css

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

 span { border-color: rgb(114,128,116); }

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