Html Css Color HEX #728574 Blue Smoke

📋 copy color: '#728574'

red 114 ◦ green 133 ◦ blue 116

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

Shades of Blue Smoke #728574

Tints of Blue Smoke #728574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.64%

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

R = 31.4%
G = 36.64%
B = 31.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#728574 (or 0x728574) is known color: Blue Smoke. HEX triplet: 72, 85 and 74. RGB value is (114,133,116). Sum of RGB (Red+Green+Blue) = 114+133+116=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 133 - color contains mainly: green. Hex color #728574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728574 is #8D7A8B. Grayscale: #7D7D7D. Windows color (decimal): -9271948 or 7636338. OLE color: 7636338.

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

Color convert

RGB 114 133 116 -
CMYK 0.14 0 0.13 0.48
HSL 126.32º 0.08% 0.48% -
HSV(B) 126.32º 0.14% 0.52% -
XYZ 18.48 21.61 19.72 -
YUV 125.38 122.71 119.88 -
System Red Green Blue C M Y K H S L
Decimal 114 133 116 0.14 0 0.13 0.48 126.32 0.08 0.48
Hex 72 85 74 E 0 D 30 7E 8 30
Octal 162 205 164 16 0 15 60 176 10 60
Binary 1110010 10000101 1110100 1110 0 1101 110000 1111110 1000 110000

Color Harmonies of #728574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728574

Black with #728574

Text Example


Text Example

White with #728574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728574; }

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

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

background-color css

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

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

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

border-color css

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

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

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