Html Css Color HEX #728174 Blue Smoke

📋 copy color: '#728174'

red 114 ◦ green 129 ◦ blue 116

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

Shades of Blue Smoke #728174

Tints of Blue Smoke #728174

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.93%

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

R = 31.75%
G = 35.93%
B = 32.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#728174 (or 0x728174) is known color: Blue Smoke. HEX triplet: 72, 81 and 74. RGB value is (114,129,116). Sum of RGB (Red+Green+Blue) = 114+129+116=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 129 - color contains mainly: green. Hex color #728174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728174 is #8D7E8B. Grayscale: #7B7B7B. Windows color (decimal): -9272972 or 7635314. OLE color: 7635314.

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

Color convert

RGB 114 129 116 -
CMYK 0.12 0 0.10 0.49
HSL 128º 0.06% 0.48% -
HSV(B) 128º 0.12% 0.51% -
XYZ 17.94 20.54 19.54 -
YUV 123.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 114 129 116 0.12 0 0.10 0.49 128 0.06 0.48
Hex 72 81 74 C 0 A 31 80 6 30
Octal 162 201 164 14 0 12 61 200 6 60
Binary 1110010 10000001 1110100 1100 0 1010 110001 10000000 110 110000

Color Harmonies of #728174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728174

Black with #728174

Text Example


Text Example

White with #728174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728174; }

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

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

background-color css

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

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

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

border-color css

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

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

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