Html Css Color HEX #727B73 Blue Smoke

📋 copy color: '#727B73'

red 114 ◦ green 123 ◦ blue 115

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

Shades of Blue Smoke #727B73

Tints of Blue Smoke #727B73

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.94%

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

R = 32.39%
G = 34.94%
B = 32.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#727B73 (or 0x727B73) is known color: Blue Smoke. HEX triplet: 72, 7B and 73. RGB value is (114,123,115). Sum of RGB (Red+Green+Blue) = 114+123+115=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 123 - color contains mainly: green. Hex color #727B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727B73 is #8D848C. Grayscale: #777777. Windows color (decimal): -9274509 or 7568242. OLE color: 7568242.

HSL color Cylindrical-coordinate representation of color #727B73: hue angle of 126.67º degrees, saturation: 0.04, 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 #727B73 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 123 115 -
CMYK 0.07 0 0.07 0.52
HSL 126.67º 0.04% 0.46% -
HSV(B) 126.67º 0.07% 0.48% -
XYZ 17.12 18.98 18.98 -
YUV 119.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 114 123 115 0.07 0 0.07 0.52 126.67 0.04 0.46
Hex 72 7B 73 7 0 7 34 7F 4 2E
Octal 162 173 163 7 0 7 64 177 4 56
Binary 1110010 1111011 1110011 111 0 111 110100 1111111 100 101110

Color Harmonies of #727B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727B73

Black with #727B73

Text Example


Text Example

White with #727B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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