#617778

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

Shades of Nevada #617778

Tints of Nevada #617778

Color information

#617778 (or 0x617778) is unknown color: approx Nevada. HEX triplet: 61, 77 and 78. RGB value is (97,119,120). Sum of RGB (Red+Green+Blue) = 97+119+120=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 120 - color contains mainly: blue. Hex color #617778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617778 is #9E8887. Grayscale: #707070. Windows color (decimal): -10389640 or 7894881. OLE color: 7894881.

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

Color convert

RGB97119120-
CMYK0.190.0100.53
HSL182.61º10.6%42.55%-
HSV(B)182.61º19.17%47.06%-
XYZ14.9217.0920.28-
YUV112.54132.21116.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.87%
GREEN value IS 119 (46.88% from 255) = 35.42%
BLUE value IS 120 (47.27% from 255) = 35.71%
R=28.87%
G=35.42%
B=35.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal971191200.190.0100.53182.6110.642.55
Hex617778131035b7b2b
Octal1411671702310652671353
Binary1100001111011111110001001110110101101101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617778; }

 p { color: rgb(97,119,120); }

 H1.HeaderClassName
 {
   color: #617778;
 }
 .AnyTagClassName
 {
   color: #617778;
 }
</style>
background-color css

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

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

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

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

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

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