Html Css Color HEX #697677 Nevada

📋 copy color: '#697677'

red 105 ◦ green 118 ◦ blue 119

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

Shades of Nevada #697677

Tints of Nevada #697677

RGB

 RED value IS 105 (41.41% from 255) = 30.7%

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

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

R = 30.7%
G = 34.5%
B = 34.8%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#697677 (or 0x697677) is known color: Nevada. HEX triplet: 69, 76 and 77. RGB value is (105,118,119). Sum of RGB (Red+Green+Blue) = 105+118+119=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 119 - color contains mainly: blue. Hex color #697677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697677 is #968988. Grayscale: #727272. Windows color (decimal): -9865609 or 7829097. OLE color: 7829097.

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

Color convert

RGB 105 118 119 -
CMYK 0.12 0.01 0 0.53
HSL 184.29º 0.06% 0.44% -
HSV(B) 184.29º 0.12% 0.47% -
XYZ 15.63 17.29 19.97 -
YUV 114.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 105 118 119 0.12 0.01 0 0.53 184.29 0.06 0.44
Hex 69 76 77 C 1 0 35 B8 6 2C
Octal 151 166 167 14 1 0 65 270 6 54
Binary 1101001 1110110 1110111 1100 1 0 110101 10111000 110 101100

Color Harmonies of #697677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697677

Black with #697677

Text Example


Text Example

White with #697677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697677; }

 p { color: rgb(105,118,119); }

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

background-color css

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

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

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

border-color css

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

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

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