#677675

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

Shades of Nevada #677675

Tints of Nevada #677675

Color information

#677675 (or 0x677675) is unknown color: approx Nevada. HEX triplet: 67, 76 and 75. RGB value is (103,118,117). Sum of RGB (Red+Green+Blue) = 103+118+117=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 118 - color contains mainly: green. Hex color #677675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677675 is #98898A. Grayscale: #717171. Windows color (decimal): -9996683 or 7698023. OLE color: 7698023.

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

Color convert

RGB103118117-
CMYK0.1300.010.54
HSL176º6.79%43.33%-
HSV(B)176º12.71%46.27%-
XYZ15.2817.1219.33-
YUV113.4130.03120.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.47%
GREEN value IS 118 (46.48% from 255) = 34.91%
BLUE value IS 117 (46.09% from 255) = 34.62%
R=30.47%
G=34.91%
B=34.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1031181170.1300.010.541766.7943.33
Hex677675D0136b072b
Octal147166165150166260753
Binary11001111110110111010111010111011010110000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677675; }

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

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

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

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

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

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

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

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