Html Css Color HEX #61797A Nevada

📋 copy color: '#61797A'

red 97 ◦ green 121 ◦ blue 122

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

Shades of Nevada #61797A

Tints of Nevada #61797A

RGB

 RED value IS 97 (38.28% from 255) = 28.53%

 GREEN value IS 121 (47.66% from 255) = 35.59%

 BLUE value IS 122 (48.05% from 255) = 35.88%

R = 28.53%
G = 35.59%
B = 35.88%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#61797A (or 0x61797A) is known color: Nevada. HEX triplet: 61, 79 and 7A. RGB value is (97,121,122). Sum of RGB (Red+Green+Blue) = 97+121+122=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 122 - color contains mainly: blue. Hex color #61797A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61797A is #9E8685. Grayscale: #717171. Windows color (decimal): -10389126 or 8026465. OLE color: 8026465.

HSL color Cylindrical-coordinate representation of color #61797A: hue angle of 182.4º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #61797A is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 121 122 -
CMYK 0.20 0.01 0 0.52
HSL 182.4º 0.11% 0.43% -
HSV(B) 182.4º 0.2% 0.48% -
XYZ 15.28 17.62 21.01 -
YUV 113.94 132.55 115.92 -
System Red Green Blue C M Y K H S L
Decimal 97 121 122 0.20 0.01 0 0.52 182.4 0.11 0.43
Hex 61 79 7A 14 1 0 34 B6 B 2B
Octal 141 171 172 24 1 0 64 266 13 53
Binary 1100001 1111001 1111010 10100 1 0 110100 10110110 1011 101011

Color Harmonies of #61797A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61797A

Black with #61797A

Text Example


Text Example

White with #61797A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61797A; }

 p { color: rgb(97,121,122); }

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

background-color css

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

 a { background-color: rgb(97,121,122); }

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

border-color css

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

 span { border-color: rgb(97,121,122); }

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