Html Css Color HEX #697777 Nevada

📋 copy color: '#697777'

red 105 ◦ green 119 ◦ blue 119

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

Shades of Nevada #697777

Tints of Nevada #697777

RGB

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

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

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

R = 30.61%
G = 34.69%
B = 34.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#697777 (or 0x697777) is known color: Nevada. HEX triplet: 69, 77 and 77. RGB value is (105,119,119). Sum of RGB (Red+Green+Blue) = 105+119+119=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #697777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697777 is #968888. Grayscale: #727272. Windows color (decimal): -9865353 or 7829353. OLE color: 7829353.

HSL color Cylindrical-coordinate representation of color #697777: hue angle of 180º 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 #697777 is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 119 119 -
CMYK 0.12 0 0 0.53
HSL 180º 0.06% 0.44% -
HSV(B) 180º 0.12% 0.47% -
XYZ 15.75 17.53 20.01 -
YUV 114.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 105 119 119 0.12 0 0 0.53 180 0.06 0.44
Hex 69 77 77 C 0 0 35 B4 6 2C
Octal 151 167 167 14 0 0 65 264 6 54
Binary 1101001 1110111 1110111 1100 0 0 110101 10110100 110 101100

Color Harmonies of #697777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697777

Black with #697777

Text Example


Text Example

White with #697777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697777; }

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

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

background-color css

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

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

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

border-color css

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

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

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