Html Css Color HEX #707474 Nevada

📋 copy color: '#707474'

red 112 ◦ green 116 ◦ blue 116

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

Shades of Nevada #707474

Tints of Nevada #707474

RGB

 RED value IS 112 (44.14% from 255) = 32.56%

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

 BLUE value IS 116 (45.7% from 255) = 33.72%

R = 32.56%
G = 33.72%
B = 33.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#707474 (or 0x707474) is known color: Nevada. HEX triplet: 70, 74 and 74. RGB value is (112,116,116). Sum of RGB (Red+Green+Blue) = 112+116+116=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #707474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707474 is #8F8B8B. Grayscale: #727272. Windows color (decimal): -9407372 or 7631984. OLE color: 7631984.

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

Color convert

RGB 112 116 116 -
CMYK 0.03 0 0 0.55
HSL 180º 0.02% 0.45% -
HSV(B) 180º 0.03% 0.45% -
XYZ 16.08 17.2 18.99 -
YUV 114.8 128.67 126 -
System Red Green Blue C M Y K H S L
Decimal 112 116 116 0.03 0 0 0.55 180 0.02 0.45
Hex 70 74 74 3 0 0 37 B4 2 2D
Octal 160 164 164 3 0 0 67 264 2 55
Binary 1110000 1110100 1110100 11 0 0 110111 10110100 10 101101

Color Harmonies of #707474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707474

Black with #707474

Text Example


Text Example

White with #707474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707474; }

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

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

background-color css

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

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

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

border-color css

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

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

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