Html Css Color HEX #707575 Nevada

📋 copy color: '#707575'

red 112 ◦ green 117 ◦ blue 117

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

Shades of Nevada #707575

Tints of Nevada #707575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.82%

 BLUE value IS 117 (46.09% from 255) = 33.82%

R = 32.37%
G = 33.82%
B = 33.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#707575 (or 0x707575) is known color: Nevada. HEX triplet: 70, 75 and 75. RGB value is (112,117,117). Sum of RGB (Red+Green+Blue) = 112+117+117=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #707575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707575 is #8F8A8A. Grayscale: #737373. Windows color (decimal): -9407115 or 7697776. OLE color: 7697776.

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

Color convert

RGB 112 117 117 -
CMYK 0.04 0 0 0.54
HSL 180º 0.02% 0.45% -
HSV(B) 180º 0.04% 0.46% -
XYZ 16.25 17.45 19.34 -
YUV 115.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 112 117 117 0.04 0 0 0.54 180 0.02 0.45
Hex 70 75 75 4 0 0 36 B4 2 2D
Octal 160 165 165 4 0 0 66 264 2 55
Binary 1110000 1110101 1110101 100 0 0 110110 10110100 10 101101

Color Harmonies of #707575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707575

Black with #707575

Text Example


Text Example

White with #707575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707575; }

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

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

background-color css

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

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

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

border-color css

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

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

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