#677574

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

Shades of Nevada #677574

Tints of Nevada #677574

Color information

#677574 (or 0x677574) is unknown color: approx Nevada. HEX triplet: 67, 75 and 74. RGB value is (103,117,116). Sum of RGB (Red+Green+Blue) = 103+117+116=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 117 - color contains mainly: green. Hex color #677574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677574 is #988A8B. Grayscale: #707070. Windows color (decimal): -9996940 or 7632231. OLE color: 7632231.

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

Color convert

RGB103117116-
CMYK0.1200.010.54
HSL175.71º6.36%43.14%-
HSV(B)175.71º11.97%45.88%-
XYZ15.1116.8718.98-
YUV112.7129.86121.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.65%
GREEN value IS 117 (46.09% from 255) = 34.82%
BLUE value IS 116 (45.70% from 255) = 34.52%
R=30.65%
G=34.82%
B=34.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1031171160.1200.010.54175.716.3643.14
Hex677574C0136b062b
Octal147165164140166260653
Binary11001111110101111010011000111011010110000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677574; }

 p { color: rgb(103,117,116); }

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

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

 a { background-color: rgb(103,117,116); }

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

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

 span { border-color: rgb(103,117,116); }

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