#61797A

Color #61797A Nevada (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nevada #61797A

Tints of Nevada #61797A

Color information

#61797A (or 0x61797A) is unknown color: approx 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

RGB97121122-
CMYK0.200.0100.52
HSL182.4º11.42%42.94%-
HSV(B)182.4º20.49%47.84%-
XYZ15.2817.6221.01-
YUV113.94132.55115.92-

RGB Variations

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

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 (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal971211220.200.0100.52182.411.4242.94
Hex61797A141034b6b2b
Octal1411711722410642661353
Binary1100001111100111110101010010110100101101101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>