#607777

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

Shades of Nevada #607777

Tints of Nevada #607777

Color information

#607777 (or 0x607777) is unknown color: approx Nevada. HEX triplet: 60, 77 and 77. RGB value is (96,119,119). Sum of RGB (Red+Green+Blue) = 96+119+119=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #607777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607777 is #9F8888. Grayscale: #707070. Windows color (decimal): -10455177 or 7829344. OLE color: 7829344.

HSL color Cylindrical-coordinate representation of color #607777: hue angle of 180º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #607777 is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB96119119-
CMYK0.19000.53
HSL180º10.7%42.16%-
HSV(B)180º19.33%46.67%-
XYZ14.7517.0119.96-
YUV112.12131.88116.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.74%
GREEN value IS 119 (46.88% from 255) = 35.63%
BLUE value IS 119 (46.88% from 255) = 35.63%
R=28.74%
G=35.63%
B=35.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal961191190.19000.5318010.742.16
Hex607777130035b4b2a
Octal1401671672300652641352
Binary1100000111011111101111001100110101101101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607777; }

 p { color: rgb(96,119,119); }

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

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

 a { background-color: rgb(96,119,119); }

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

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

 span { border-color: rgb(96,119,119); }

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