Html Css Color HEX #717676 Nevada

📋 copy color: '#717676'

red 113 ◦ green 118 ◦ blue 118

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

Shades of Nevada #717676

Tints of Nevada #717676

RGB

 RED value IS 113 (44.53% from 255) = 32.38%

 GREEN value IS 118 (46.48% from 255) = 33.81%

 BLUE value IS 118 (46.48% from 255) = 33.81%

R = 32.38%
G = 33.81%
B = 33.81%

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

#717676 (or 0x717676) is known color: Nevada. HEX triplet: 71, 76 and 76. RGB value is (113,118,118). Sum of RGB (Red+Green+Blue) = 113+118+118=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #717676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717676 is #8E8989. Grayscale: #747474. Windows color (decimal): -9341322 or 7763569. OLE color: 7763569.

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

Color convert

RGB 113 118 118 -
CMYK 0.04 0 0 0.54
HSL 180º 0.02% 0.45% -
HSV(B) 180º 0.04% 0.46% -
XYZ 16.56 17.78 19.7 -
YUV 116.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 113 118 118 0.04 0 0 0.54 180 0.02 0.45
Hex 71 76 76 4 0 0 36 B4 2 2D
Octal 161 166 166 4 0 0 66 264 2 55
Binary 1110001 1110110 1110110 100 0 0 110110 10110100 10 101101

Color Harmonies of #717676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717676

Black with #717676

Text Example


Text Example

White with #717676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717676; }

 p { color: rgb(113,118,118); }

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

background-color css

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

 a { background-color: rgb(113,118,118); }

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

border-color css

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

 span { border-color: rgb(113,118,118); }

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