#677677

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

Shades of Nevada #677677

Tints of Nevada #677677

Color information

#677677 (or 0x677677) is unknown color: approx Nevada. HEX triplet: 67, 76 and 77. RGB value is (103,118,119). Sum of RGB (Red+Green+Blue) = 103+118+119=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 119 - color contains mainly: blue. Hex color #677677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677677 is #988988. Grayscale: #717171. Windows color (decimal): -9996681 or 7829095. OLE color: 7829095.

HSL color Cylindrical-coordinate representation of color #677677: hue angle of 183.75º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #677677 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB103118119-
CMYK0.130.0100.53
HSL183.75º7.21%43.53%-
HSV(B)183.75º13.45%46.67%-
XYZ15.417.1719.96-
YUV113.63131.03120.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.29%
GREEN value IS 118 (46.48% from 255) = 34.71%
BLUE value IS 119 (46.88% from 255) = 35%
R=30.29%
G=34.71%
B=35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031181190.130.0100.53183.757.2143.53
Hex677677D1035b872c
Octal147166167151065270754
Binary11001111110110111011111011011010110111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677677; }

 p { color: rgb(103,118,119); }

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

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

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

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

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

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

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