Html Css Color HEX #617776 Nevada

📋 copy color: '#617776'

red 97 ◦ green 119 ◦ blue 118

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

Shades of Nevada #617776

Tints of Nevada #617776

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 value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#617776 (or 0x617776) is known color: 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

RGB 97 119 118 -
CMYK 0.18 0 0.01 0.53
HSL 177.27º 0.1% 0.42% -
HSV(B) 177.27º 0.18% 0.47% -
XYZ 14.8 17.04 19.65 -
YUV 112.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 97 119 118 0.18 0 0.01 0.53 177.27 0.1 0.42
Hex 61 77 76 12 0 1 35 B1 A 2A
Octal 141 167 166 22 0 1 65 261 12 52
Binary 1100001 1110111 1110110 10010 0 1 110101 10110001 1010 101010

Color Harmonies of #617776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617776

Black with #617776

Text Example


Text Example

White with #617776

Text Example


Text Example

HTML Codes & Css Web 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>