#617776

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

Shades of Nevada #617776

Tints of Nevada #617776

Color information

#617776 (or 0x617776) is unknown color: approx Nevada. HEX triplet: 61, 77 and 76. RGB value is (97,119,118). Sum of RGB (Red+Green+Blue) = 97+119+118=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 119 - color contains mainly: green. Hex color #617776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617776 is #9E8889. Grayscale: #707070. Windows color (decimal): -10389642 or 7763809. OLE color: 7763809.

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

Color convert

RGB97119118-
CMYK0.1800.010.53
HSL177.27º10.19%42.35%-
HSV(B)177.27º18.49%46.67%-
XYZ14.817.0419.65-
YUV112.31131.21117.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.04%
GREEN value IS 119 (46.88% from 255) = 35.63%
BLUE value IS 118 (46.48% from 255) = 35.33%
R=29.04%
G=35.63%
B=35.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal971191180.1800.010.53177.2710.1942.35
Hex617776120135b1a2a
Octal1411671662201652611252
Binary1100001111011111101101001001110101101100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617776; }

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

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

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

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

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

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

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

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