Html Css Color HEX #707676 Nevada

📋 copy color: '#707676'

red 112 ◦ green 118 ◦ blue 118

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

Shades of Nevada #707676

Tints of Nevada #707676

RGB

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

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

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

R = 32.18%
G = 33.91%
B = 33.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#707676 (or 0x707676) is known color: Nevada. HEX triplet: 70, 76 and 76. RGB value is (112,118,118). Sum of RGB (Red+Green+Blue) = 112+118+118=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #707676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707676 is #8F8989. Grayscale: #747474. Windows color (decimal): -9406858 or 7763568. OLE color: 7763568.

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

Color convert

RGB 112 118 118 -
CMYK 0.05 0 0 0.54
HSL 180º 0.03% 0.45% -
HSV(B) 180º 0.05% 0.46% -
XYZ 16.43 17.71 19.69 -
YUV 116.21 129.01 125 -
System Red Green Blue C M Y K H S L
Decimal 112 118 118 0.05 0 0 0.54 180 0.03 0.45
Hex 70 76 76 5 0 0 36 B4 3 2D
Octal 160 166 166 5 0 0 66 264 3 55
Binary 1110000 1110110 1110110 101 0 0 110110 10110100 11 101101

Color Harmonies of #707676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707676

Black with #707676

Text Example


Text Example

White with #707676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707676; }

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

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

background-color css

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

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

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

border-color css

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

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

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