#677475

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

Shades of Nevada #677475

Tints of Nevada #677475

Color information

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

HSL color Cylindrical-coordinate representation of color #677475: hue angle of 184.29º 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 #677475 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB103116117-
CMYK0.120.0100.54
HSL184.29º6.36%43.14%-
HSV(B)184.29º11.97%45.88%-
XYZ15.0516.6619.25-
YUV112.23130.69121.42-

RGB Variations

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

RGB

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

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
Decimal1031161170.120.0100.54184.296.3643.14
Hex677475C1036b862b
Octal147164165141066270653
Binary11001111110100111010111001011011010111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677475; }

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

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

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

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

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

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

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

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