Html Css Color HEX #637B7B Nevada

📋 copy color: '#637B7B'

red 99 ◦ green 123 ◦ blue 123

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

Shades of Nevada #637B7B

Tints of Nevada #637B7B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.65%

 BLUE value IS 123 (48.44% from 255) = 35.65%

R = 28.7%
G = 35.65%
B = 35.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#637B7B (or 0x637B7B) is known color: Nevada. HEX triplet: 63, 7B and 7B. RGB value is (99,123,123). Sum of RGB (Red+Green+Blue) = 99+123+123=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 123 - color contains mainly: green, blue. Hex color #637B7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637B7B is #9C8484. Grayscale: #737373. Windows color (decimal): -10257541 or 8092515. OLE color: 8092515.

HSL color Cylindrical-coordinate representation of color #637B7B: hue angle of 180º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #637B7B is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 99 123 123 -
CMYK 0.20 0 0 0.52
HSL 180º 0.11% 0.44% -
HSV(B) 180º 0.2% 0.48% -
XYZ 15.8 18.25 21.43 -
YUV 115.82 132.05 116 -
System Red Green Blue C M Y K H S L
Decimal 99 123 123 0.20 0 0 0.52 180 0.11 0.44
Hex 63 7B 7B 14 0 0 34 B4 B 2C
Octal 143 173 173 24 0 0 64 264 13 54
Binary 1100011 1111011 1111011 10100 0 0 110100 10110100 1011 101100

Color Harmonies of #637B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637B7B

Black with #637B7B

Text Example


Text Example

White with #637B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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