Html Css Color HEX #637777 Nevada

📋 copy color: '#637777'

red 99 ◦ green 119 ◦ blue 119

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

Shades of Nevada #637777

Tints of Nevada #637777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.31%

R = 29.38%
G = 35.31%
B = 35.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#637777 (or 0x637777) is known color: Nevada. HEX triplet: 63, 77 and 77. RGB value is (99,119,119). Sum of RGB (Red+Green+Blue) = 99+119+119=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #637777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637777 is #9C8888. Grayscale: #717171. Windows color (decimal): -10258569 or 7829347. OLE color: 7829347.

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

Color convert

RGB 99 119 119 -
CMYK 0.17 0 0 0.53
HSL 180º 0.09% 0.43% -
HSV(B) 180º 0.17% 0.47% -
XYZ 15.07 17.18 19.97 -
YUV 113.02 131.37 118 -
System Red Green Blue C M Y K H S L
Decimal 99 119 119 0.17 0 0 0.53 180 0.09 0.43
Hex 63 77 77 11 0 0 35 B4 9 2B
Octal 143 167 167 21 0 0 65 264 11 53
Binary 1100011 1110111 1110111 10001 0 0 110101 10110100 1001 101011

Color Harmonies of #637777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637777

Black with #637777

Text Example


Text Example

White with #637777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637777; }

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

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

background-color css

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

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

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

border-color css

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

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

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