Html Css Color HEX #637778 Nevada

📋 copy color: '#637778'

red 99 ◦ green 119 ◦ blue 120

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

Shades of Nevada #637778

Tints of Nevada #637778

RGB

 RED value IS 99 (39.06% from 255) = 29.29%

 GREEN value IS 119 (46.88% from 255) = 35.21%

 BLUE value IS 120 (47.27% from 255) = 35.5%

R = 29.29%
G = 35.21%
B = 35.5%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#637778 (or 0x637778) is known color: Nevada. HEX triplet: 63, 77 and 78. RGB value is (99,119,120). Sum of RGB (Red+Green+Blue) = 99+119+120=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 120 - color contains mainly: blue. Hex color #637778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637778 is #9C8887. Grayscale: #717171. Windows color (decimal): -10258568 or 7894883. OLE color: 7894883.

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

Color convert

RGB 99 119 120 -
CMYK 0.17 0.01 0 0.53
HSL 182.86º 0.1% 0.43% -
HSV(B) 182.86º 0.18% 0.47% -
XYZ 15.13 17.2 20.29 -
YUV 113.13 131.87 117.92 -
System Red Green Blue C M Y K H S L
Decimal 99 119 120 0.17 0.01 0 0.53 182.86 0.1 0.43
Hex 63 77 78 11 1 0 35 B7 A 2B
Octal 143 167 170 21 1 0 65 267 12 53
Binary 1100011 1110111 1111000 10001 1 0 110101 10110111 1010 101011

Color Harmonies of #637778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637778

Black with #637778

Text Example


Text Example

White with #637778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637778; }

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

 H1.HeaderClassName
 {
   color: #637778;
 }
 .AnyTagClassName
 {
   color: #637778;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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