#677172

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

Shades of Nevada #677172

Tints of Nevada #677172

Color information

#677172 (or 0x677172) is unknown color: approx Nevada. HEX triplet: 67, 71 and 72. RGB value is (103,113,114). Sum of RGB (Red+Green+Blue) = 103+113+114=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 114 - color contains mainly: blue. Hex color #677172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677172 is #988E8D. Grayscale: #6E6E6E. Windows color (decimal): -9997966 or 7500135. OLE color: 7500135.

HSL color Cylindrical-coordinate representation of color #677172: hue angle of 185.45º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #677172 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB103113114-
CMYK0.100.0100.55
HSL185.45º5.07%42.55%-
HSV(B)185.45º9.65%44.71%-
XYZ14.5415.9118.22-
YUV110.12130.19122.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.21%
GREEN value IS 113 (44.53% from 255) = 34.24%
BLUE value IS 114 (44.92% from 255) = 34.55%
R=31.21%
G=34.24%
B=34.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1031131140.100.0100.55185.455.0742.55
Hex677172A1037b952b
Octal147161162121067271553
Binary11001111110001111001010101011011110111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677172; }

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

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

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

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

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

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

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

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