Html Css Color HEX #728475 Blue Smoke

📋 copy color: '#728475'

red 114 ◦ green 132 ◦ blue 117

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

Shades of Blue Smoke #728475

Tints of Blue Smoke #728475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.23%

R = 31.4%
G = 36.36%
B = 32.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#728475 (or 0x728475) is known color: Blue Smoke. HEX triplet: 72, 84 and 75. RGB value is (114,132,117). Sum of RGB (Red+Green+Blue) = 114+132+117=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 132 - color contains mainly: green. Hex color #728475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728475 is #8D7B8A. Grayscale: #7C7C7C. Windows color (decimal): -9272203 or 7701618. OLE color: 7701618.

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

Color convert

RGB 114 132 117 -
CMYK 0.14 0 0.11 0.48
HSL 130º 0.07% 0.48% -
HSV(B) 130º 0.14% 0.52% -
XYZ 18.4 21.36 19.98 -
YUV 124.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 114 132 117 0.14 0 0.11 0.48 130 0.07 0.48
Hex 72 84 75 E 0 B 30 82 7 30
Octal 162 204 165 16 0 13 60 202 7 60
Binary 1110010 10000100 1110101 1110 0 1011 110000 10000010 111 110000

Color Harmonies of #728475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728475

Black with #728475

Text Example


Text Example

White with #728475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728475; }

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

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

background-color css

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

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

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

border-color css

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

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

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