Html Css Color HEX #707777 Nevada

📋 copy color: '#707777'

red 112 ◦ green 119 ◦ blue 119

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

Shades of Nevada #707777

Tints of Nevada #707777

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34%

 BLUE value IS 119 (46.88% from 255) = 34%

R = 32%
G = 34%
B = 34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#707777 (or 0x707777) is known color: Nevada. HEX triplet: 70, 77 and 77. RGB value is (112,119,119). Sum of RGB (Red+Green+Blue) = 112+119+119=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #707777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707777 is #8F8888. Grayscale: #747474. Windows color (decimal): -9406601 or 7829360. OLE color: 7829360.

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

Color convert

RGB 112 119 119 -
CMYK 0.06 0 0 0.53
HSL 180º 0.03% 0.45% -
HSV(B) 180º 0.06% 0.47% -
XYZ 16.61 17.97 20.05 -
YUV 116.91 129.18 124.5 -
System Red Green Blue C M Y K H S L
Decimal 112 119 119 0.06 0 0 0.53 180 0.03 0.45
Hex 70 77 77 6 0 0 35 B4 3 2D
Octal 160 167 167 6 0 0 65 264 3 55
Binary 1110000 1110111 1110111 110 0 0 110101 10110100 11 101101

Color Harmonies of #707777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707777

Black with #707777

Text Example


Text Example

White with #707777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707777; }

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

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

background-color css

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

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

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

border-color css

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

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

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