Html Css Color HEX #727A73 Blue Smoke

📋 copy color: '#727A73'

red 114 ◦ green 122 ◦ blue 115

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

Shades of Blue Smoke #727A73

Tints of Blue Smoke #727A73

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.76%

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

R = 32.48%
G = 34.76%
B = 32.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#727A73 (or 0x727A73) is known color: Blue Smoke. HEX triplet: 72, 7A and 73. RGB value is (114,122,115). Sum of RGB (Red+Green+Blue) = 114+122+115=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 122 - color contains mainly: green. Hex color #727A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727A73 is #8D858C. Grayscale: #767676. Windows color (decimal): -9274765 or 7567986. OLE color: 7567986.

HSL color Cylindrical-coordinate representation of color #727A73: hue angle of 127.5º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #727A73 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 122 115 -
CMYK 0.07 0 0.06 0.52
HSL 127.5º 0.03% 0.46% -
HSV(B) 127.5º 0.07% 0.48% -
XYZ 16.99 18.73 18.94 -
YUV 118.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 114 122 115 0.07 0 0.06 0.52 127.5 0.03 0.46
Hex 72 7A 73 7 0 6 34 80 3 2E
Octal 162 172 163 7 0 6 64 200 3 56
Binary 1110010 1111010 1110011 111 0 110 110100 10000000 11 101110

Color Harmonies of #727A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727A73

Black with #727A73

Text Example


Text Example

White with #727A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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