Html Css Color HEX #737474 Nevada

📋 copy color: '#737474'

red 115 ◦ green 116 ◦ blue 116

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

Shades of Nevada #737474

Tints of Nevada #737474

RGB

 RED value IS 115 (45.31% from 255) = 33.14%

 GREEN value IS 116 (45.7% from 255) = 33.43%

 BLUE value IS 116 (45.7% 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

#737474 (or 0x737474) is known color: Nevada. HEX triplet: 73, 74 and 74. RGB value is (115,116,116). Sum of RGB (Red+Green+Blue) = 115+116+116=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #737474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737474 is #8C8B8B. Grayscale: #737373. Windows color (decimal): -9210764 or 7631987. OLE color: 7631987.

HSL color Cylindrical-coordinate representation of color #737474: 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 #737474 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 116 116 -
CMYK 0.01 0 0 0.55
HSL 180º 0% 0.45% -
HSV(B) 180º 0.01% 0.45% -
XYZ 16.47 17.4 19.01 -
YUV 115.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 115 116 116 0.01 0 0 0.55 180 0 0.45
Hex 73 74 74 1 0 0 37 B4 0 2D
Octal 163 164 164 1 0 0 67 264 0 55
Binary 1110011 1110100 1110100 1 0 0 110111 10110100 0 101101

Color Harmonies of #737474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737474

Black with #737474

Text Example


Text Example

White with #737474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737474; }

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

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

background-color css

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

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

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

border-color css

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

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

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