#677071

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

Shades of Nevada #677071

Tints of Nevada #677071

Color information

#677071 (or 0x677071) is unknown color: approx Nevada. HEX triplet: 67, 70 and 71. RGB value is (103,112,113). Sum of RGB (Red+Green+Blue) = 103+112+113=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 113 - color contains mainly: blue. Hex color #677071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677071 is #988F8E. Grayscale: #6D6D6D. Windows color (decimal): -9998223 or 7434343. OLE color: 7434343.

HSL color Cylindrical-coordinate representation of color #677071: hue angle of 186º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #677071 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB103112113-
CMYK0.090.0100.56
HSL186º4.63%42.35%-
HSV(B)186º8.85%44.31%-
XYZ14.3715.6617.89-
YUV109.42130.02123.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.40%
GREEN value IS 112 (44.14% from 255) = 34.15%
BLUE value IS 113 (44.53% from 255) = 34.45%
R=31.40%
G=34.15%
B=34.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1031121130.090.0100.561864.6342.35
Hex67707191038ba52a
Octal147160161111070272552
Binary11001111110000111000110011011100010111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677071; }

 p { color: rgb(103,112,113); }

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

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

 a { background-color: rgb(103,112,113); }

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

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

 span { border-color: rgb(103,112,113); }

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