Html Css Color HEX #637474 Nevada

📋 copy color: '#637474'

red 99 ◦ green 116 ◦ blue 116

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

Shades of Nevada #637474

Tints of Nevada #637474

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.05%

 BLUE value IS 116 (45.7% from 255) = 35.05%

R = 29.91%
G = 35.05%
B = 35.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#637474 (or 0x637474) is known color: Nevada. HEX triplet: 63, 74 and 74. RGB value is (99,116,116). Sum of RGB (Red+Green+Blue) = 99+116+116=331 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.91% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #637474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637474 is #9C8B8B. Grayscale: #6E6E6E. Windows color (decimal): -10259340 or 7631971. OLE color: 7631971.

HSL color Cylindrical-coordinate representation of color #637474: hue angle of 180º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #637474 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 116 116 -
CMYK 0.15 0 0 0.55
HSL 180º 0.08% 0.42% -
HSV(B) 180º 0.15% 0.45% -
XYZ 14.54 16.4 18.92 -
YUV 110.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 99 116 116 0.15 0 0 0.55 180 0.08 0.42
Hex 63 74 74 F 0 0 37 B4 8 2A
Octal 143 164 164 17 0 0 67 264 10 52
Binary 1100011 1110100 1110100 1111 0 0 110111 10110100 1000 101010

Color Harmonies of #637474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637474

Black with #637474

Text Example


Text Example

White with #637474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637474; }

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

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

background-color css

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

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

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

border-color css

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

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

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