#627B7C

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

Shades of Nevada #627B7C

Tints of Nevada #627B7C

Color information

#627B7C (or 0x627B7C) is unknown color: approx Nevada. HEX triplet: 62, 7B and 7C. RGB value is (98,123,124). Sum of RGB (Red+Green+Blue) = 98+123+124=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 124 - color contains mainly: blue. Hex color #627B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627B7C is #9D8483. Grayscale: #737373. Windows color (decimal): -10323076 or 8158050. OLE color: 8158050.

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

Color convert

RGB98123124-
CMYK0.210.0100.51
HSL182.31º11.71%43.53%-
HSV(B)182.31º20.97%48.63%-
XYZ15.7618.2221.75-
YUV115.64132.72115.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.41%
GREEN value IS 123 (48.44% from 255) = 35.65%
BLUE value IS 124 (48.83% from 255) = 35.94%
R=28.41%
G=35.65%
B=35.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal981231240.210.0100.51182.3111.7143.53
Hex627B7C151033b6c2c
Octal1421731742510632661454
Binary1100010111101111111001010110110011101101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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