#637A7A

Color #637A7A Nevada (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nevada #637A7A

Tints of Nevada #637A7A

Color information

#637A7A (or 0x637A7A) is unknown color: approx Nevada. HEX triplet: 63, 7A and 7A. RGB value is (99,122,122). Sum of RGB (Red+Green+Blue) = 99+122+122=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 122 - color contains mainly: green, blue. Hex color #637A7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637A7A is #9C8585. Grayscale: #737373. Windows color (decimal): -10257798 or 8026723. OLE color: 8026723.

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

Color convert

RGB99122122-
CMYK0.19000.52
HSL180º10.41%43.33%-
HSV(B)180º18.85%47.84%-
XYZ15.6217.9821.06-
YUV115.12131.88116.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.86%
GREEN value IS 122 (48.05% from 255) = 35.57%
BLUE value IS 122 (48.05% from 255) = 35.57%
R=28.86%
G=35.57%
B=35.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal991221220.19000.5218010.4143.33
Hex637A7A130034b4a2b
Octal1431721722300642641253
Binary1100011111101011110101001100110100101101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #637A7A;
 }
 .AnyTagClassName
 {
   color: #637A7A;
 }
</style>
background-color css

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

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

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

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

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

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