#677273

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

Shades of Nevada #677273

Tints of Nevada #677273

Color information

#677273 (or 0x677273) is unknown color: approx Nevada. HEX triplet: 67, 72 and 73. RGB value is (103,114,115). Sum of RGB (Red+Green+Blue) = 103+114+115=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 115 - color contains mainly: blue. Hex color #677273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677273 is #988D8C. Grayscale: #6E6E6E. Windows color (decimal): -9997709 or 7565927. OLE color: 7565927.

HSL color Cylindrical-coordinate representation of color #677273: hue angle of 185º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #677273 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB103114115-
CMYK0.100.0100.55
HSL185º5.5%42.75%-
HSV(B)185º10.43%45.1%-
XYZ14.7116.1618.56-
YUV110.82130.36122.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.02%
GREEN value IS 114 (44.92% from 255) = 34.34%
BLUE value IS 115 (45.31% from 255) = 34.64%
R=31.02%
G=34.34%
B=34.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1031141150.100.0100.551855.542.75
Hex677273A1037b962b
Octal147162163121067271653
Binary11001111110010111001110101011011110111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677273; }

 p { color: rgb(103,114,115); }

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

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

 a { background-color: rgb(103,114,115); }

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

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

 span { border-color: rgb(103,114,115); }

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