#647B7C

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

Shades of Nevada #647B7C

Tints of Nevada #647B7C

Color information

#647B7C (or 0x647B7C) is unknown color: approx Nevada. HEX triplet: 64, 7B and 7C. RGB value is (100,123,124). Sum of RGB (Red+Green+Blue) = 100+123+124=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 124 - color contains mainly: blue. Hex color #647B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647B7C is #9B8483. Grayscale: #747474. Windows color (decimal): -10192004 or 8158052. OLE color: 8158052.

HSL color Cylindrical-coordinate representation of color #647B7C: hue angle of 182.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #647B7C is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB100123124-
CMYK0.190.0100.51
HSL182.5º10.71%43.92%-
HSV(B)182.5º19.35%48.63%-
XYZ15.9818.3321.76-
YUV116.24132.38116.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.82%
GREEN value IS 123 (48.44% from 255) = 35.45%
BLUE value IS 124 (48.83% from 255) = 35.73%
R=28.82%
G=35.45%
B=35.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1001231240.190.0100.51182.510.7143.92
Hex647B7C131033b6b2c
Octal1441731742310632661354
Binary1100100111101111111001001110110011101101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647B7C; }

 p { color: rgb(100,123,124); }

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

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

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

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

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

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

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