Html Css Color HEX #637776 Nevada

📋 copy color: '#637776'

red 99 ◦ green 119 ◦ blue 118

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

Shades of Nevada #637776

Tints of Nevada #637776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.12%

R = 29.46%
G = 35.42%
B = 35.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#637776 (or 0x637776) is known color: Nevada. HEX triplet: 63, 77 and 76. RGB value is (99,119,118). Sum of RGB (Red+Green+Blue) = 99+119+118=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 119 - color contains mainly: green. Hex color #637776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637776 is #9C8889. Grayscale: #707070. Windows color (decimal): -10258570 or 7763811. OLE color: 7763811.

HSL color Cylindrical-coordinate representation of color #637776: hue angle of 177º 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 #637776 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 99 119 118 -
CMYK 0.17 0 0.01 0.53
HSL 177º 0.09% 0.43% -
HSV(B) 177º 0.17% 0.47% -
XYZ 15.01 17.15 19.66 -
YUV 112.91 130.87 118.08 -
System Red Green Blue C M Y K H S L
Decimal 99 119 118 0.17 0 0.01 0.53 177 0.09 0.43
Hex 63 77 76 11 0 1 35 B1 9 2B
Octal 143 167 166 21 0 1 65 261 11 53
Binary 1100011 1110111 1110110 10001 0 1 110101 10110001 1001 101011

Color Harmonies of #637776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637776

Black with #637776

Text Example


Text Example

White with #637776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637776; }

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

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

background-color css

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

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

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

border-color css

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

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

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