Html Css Color HEX #617778 Nevada

📋 copy color: '#617778'

red 97 ◦ green 119 ◦ blue 120

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

Shades of Nevada #617778

Tints of Nevada #617778

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

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

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

RGB 97 119 120 -
CMYK 0.19 0.01 0 0.53
HSL 182.61º 0.11% 0.43% -
HSV(B) 182.61º 0.19% 0.47% -
XYZ 14.92 17.09 20.28 -
YUV 112.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 97 119 120 0.19 0.01 0 0.53 182.61 0.11 0.43
Hex 61 77 78 13 1 0 35 B7 B 2B
Octal 141 167 170 23 1 0 65 267 13 53
Binary 1100001 1110111 1111000 10011 1 0 110101 10110111 1011 101011

Color Harmonies of #617778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617778

Black with #617778

Text Example


Text Example

White with #617778

Text Example


Text Example

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