Html Css Color HEX #727D73 Blue Smoke

📋 copy color: '#727D73'

red 114 ◦ green 125 ◦ blue 115

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

Shades of Blue Smoke #727D73

Tints of Blue Smoke #727D73

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.31%

 BLUE value IS 115 (45.31% from 255) = 32.49%

R = 32.2%
G = 35.31%
B = 32.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#727D73 (or 0x727D73) is known color: Blue Smoke. HEX triplet: 72, 7D and 73. RGB value is (114,125,115). Sum of RGB (Red+Green+Blue) = 114+125+115=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 125 - color contains mainly: green. Hex color #727D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727D73 is #8D828C. Grayscale: #787878. Windows color (decimal): -9273997 or 7568754. OLE color: 7568754.

HSL color Cylindrical-coordinate representation of color #727D73: hue angle of 125.45º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #727D73 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 125 115 -
CMYK 0.09 0 0.08 0.51
HSL 125.45º 0.05% 0.47% -
HSV(B) 125.45º 0.09% 0.49% -
XYZ 17.37 19.48 19.06 -
YUV 120.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 114 125 115 0.09 0 0.08 0.51 125.45 0.05 0.47
Hex 72 7D 73 9 0 8 33 7D 5 2F
Octal 162 175 163 11 0 10 63 175 5 57
Binary 1110010 1111101 1110011 1001 0 1000 110011 1111101 101 101111

Color Harmonies of #727D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727D73

Black with #727D73

Text Example


Text Example

White with #727D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727D73; }

 p { color: rgb(114,125,115); }

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

background-color css

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

 a { background-color: rgb(114,125,115); }

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

border-color css

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

 span { border-color: rgb(114,125,115); }

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