#687576

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

Shades of Nevada #687576

Tints of Nevada #687576

Color information

#687576 (or 0x687576) is unknown color: approx Nevada. HEX triplet: 68, 75 and 76. RGB value is (104,117,118). Sum of RGB (Red+Green+Blue) = 104+117+118=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 118 - color contains mainly: blue. Hex color #687576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687576 is #978A89. Grayscale: #717171. Windows color (decimal): -9931402 or 7763304. OLE color: 7763304.

HSL color Cylindrical-coordinate representation of color #687576: hue angle of 184.29º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #687576 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB104117118-
CMYK0.120.0100.54
HSL184.29º6.31%43.53%-
HSV(B)184.29º11.86%46.27%-
XYZ15.3416.9719.61-
YUV113.23130.69121.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 117 (46.09% from 255) = 34.51%
BLUE value IS 118 (46.48% from 255) = 34.81%
R=30.68%
G=34.51%
B=34.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041171180.120.0100.54184.296.3143.53
Hex687576C1036b862c
Octal150165166141066270654
Binary11010001110101111011011001011011010111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687576; }

 p { color: rgb(104,117,118); }

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

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

 a { background-color: rgb(104,117,118); }

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

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

 span { border-color: rgb(104,117,118); }

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