#657A7B

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

Shades of Nevada #657A7B

Tints of Nevada #657A7B

Color information

#657A7B (or 0x657A7B) is unknown color: approx Nevada. HEX triplet: 65, 7A and 7B. RGB value is (101,122,123). Sum of RGB (Red+Green+Blue) = 101+122+123=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 123 - color contains mainly: blue. Hex color #657A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657A7B is #9A8584. Grayscale: #737373. Windows color (decimal): -10126725 or 8092261. OLE color: 8092261.

HSL color Cylindrical-coordinate representation of color #657A7B: hue angle of 182.73º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #657A7B is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB101122123-
CMYK0.180.0100.52
HSL182.73º9.82%43.92%-
HSV(B)182.73º17.89%48.24%-
XYZ15.918.1221.4-
YUV115.84132.04117.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.19%
GREEN value IS 122 (48.05% from 255) = 35.26%
BLUE value IS 123 (48.44% from 255) = 35.55%
R=29.19%
G=35.26%
B=35.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1011221230.180.0100.52182.739.8243.92
Hex657A7B121034b7a2c
Octal1451721732210642671254
Binary1100101111101011110111001010110100101101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657A7B; }

 p { color: rgb(101,122,123); }

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

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

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

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

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

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

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