Html Css Color HEX #728374 Blue Smoke

📋 copy color: '#728374'

red 114 ◦ green 131 ◦ blue 116

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

Shades of Blue Smoke #728374

Tints of Blue Smoke #728374

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.29%

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

R = 31.58%
G = 36.29%
B = 32.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#728374 (or 0x728374) is known color: Blue Smoke. HEX triplet: 72, 83 and 74. RGB value is (114,131,116). Sum of RGB (Red+Green+Blue) = 114+131+116=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 131 - color contains mainly: green. Hex color #728374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728374 is #8D7C8B. Grayscale: #7C7C7C. Windows color (decimal): -9272460 or 7635826. OLE color: 7635826.

HSL color Cylindrical-coordinate representation of color #728374: hue angle of 127.06º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #728374 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 131 116 -
CMYK 0.13 0 0.11 0.49
HSL 127.06º 0.07% 0.48% -
HSV(B) 127.06º 0.13% 0.51% -
XYZ 18.21 21.07 19.63 -
YUV 124.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 114 131 116 0.13 0 0.11 0.49 127.06 0.07 0.48
Hex 72 83 74 D 0 B 31 7F 7 30
Octal 162 203 164 15 0 13 61 177 7 60
Binary 1110010 10000011 1110100 1101 0 1011 110001 1111111 111 110000

Color Harmonies of #728374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728374

Black with #728374

Text Example


Text Example

White with #728374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728374; }

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

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

background-color css

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

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

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

border-color css

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

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

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