Html Css Color HEX #727373 Nevada

📋 copy color: '#727373'

red 114 ◦ green 115 ◦ blue 115

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

Shades of Nevada #727373

Tints of Nevada #727373

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.43%

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

R = 33.14%
G = 33.43%
B = 33.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#727373 (or 0x727373) is known color: Nevada. HEX triplet: 72, 73 and 73. RGB value is (114,115,115). Sum of RGB (Red+Green+Blue) = 114+115+115=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #727373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727373 is #8D8C8C. Grayscale: #727272. Windows color (decimal): -9276557 or 7566194. OLE color: 7566194.

HSL color Cylindrical-coordinate representation of color #727373: hue angle of 180º degrees, saturation: 0, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #727373 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 115 115 -
CMYK 0.01 0 0 0.55
HSL 180º 0% 0.45% -
HSV(B) 180º 0.01% 0.45% -
XYZ 16.16 17.08 18.66 -
YUV 114.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 114 115 115 0.01 0 0 0.55 180 0 0.45
Hex 72 73 73 1 0 0 37 B4 0 2D
Octal 162 163 163 1 0 0 67 264 0 55
Binary 1110010 1110011 1110011 1 0 0 110111 10110100 0 101101

Color Harmonies of #727373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727373

Black with #727373

Text Example


Text Example

White with #727373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727373; }

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

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

background-color css

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

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

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

border-color css

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

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

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