Html Css Color HEX #697172 Nevada

📋 copy color: '#697172'

red 105 ◦ green 113 ◦ blue 114

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

Shades of Nevada #697172

Tints of Nevada #697172

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.04%

 BLUE value IS 114 (44.92% from 255) = 34.34%

R = 31.63%
G = 34.04%
B = 34.34%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#697172 (or 0x697172) is known color: Nevada. HEX triplet: 69, 71 and 72. RGB value is (105,113,114). Sum of RGB (Red+Green+Blue) = 105+113+114=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 114 - color contains mainly: blue. Hex color #697172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697172 is #968E8D. Grayscale: #6E6E6E. Windows color (decimal): -9866894 or 7500137. OLE color: 7500137.

HSL color Cylindrical-coordinate representation of color #697172: hue angle of 186.67º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #697172 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 113 114 -
CMYK 0.08 0.01 0 0.55
HSL 186.67º 0.04% 0.43% -
HSV(B) 186.67º 0.08% 0.45% -
XYZ 14.77 16.03 18.24 -
YUV 110.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 105 113 114 0.08 0.01 0 0.55 186.67 0.04 0.43
Hex 69 71 72 8 1 0 37 BB 4 2B
Octal 151 161 162 10 1 0 67 273 4 53
Binary 1101001 1110001 1110010 1000 1 0 110111 10111011 100 101011

Color Harmonies of #697172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697172

Black with #697172

Text Example


Text Example

White with #697172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697172; }

 p { color: rgb(105,113,114); }

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

background-color css

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

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

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

border-color css

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

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

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