Html Css Color HEX #728474 Blue Smoke

📋 copy color: '#728474'

red 114 ◦ green 132 ◦ blue 116

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

Shades of Blue Smoke #728474

Tints of Blue Smoke #728474

RGB

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

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

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

R = 31.49%
G = 36.46%
B = 32.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#728474 (or 0x728474) is known color: Blue Smoke. HEX triplet: 72, 84 and 74. RGB value is (114,132,116). Sum of RGB (Red+Green+Blue) = 114+132+116=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 132 - color contains mainly: green. Hex color #728474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728474 is #8D7B8B. Grayscale: #7C7C7C. Windows color (decimal): -9272204 or 7636082. OLE color: 7636082.

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

Color convert

RGB 114 132 116 -
CMYK 0.14 0 0.12 0.48
HSL 126.67º 0.07% 0.48% -
HSV(B) 126.67º 0.14% 0.52% -
XYZ 18.34 21.34 19.68 -
YUV 124.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 114 132 116 0.14 0 0.12 0.48 126.67 0.07 0.48
Hex 72 84 74 E 0 C 30 7F 7 30
Octal 162 204 164 16 0 14 60 177 7 60
Binary 1110010 10000100 1110100 1110 0 1100 110000 1111111 111 110000

Color Harmonies of #728474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728474

Black with #728474

Text Example


Text Example

White with #728474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728474; }

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

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

background-color css

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

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

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

border-color css

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

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

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