#687272

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

Shades of Nevada #687272

Tints of Nevada #687272

Color information

#687272 (or 0x687272) is unknown color: approx Nevada. HEX triplet: 68, 72 and 72. RGB value is (104,114,114). Sum of RGB (Red+Green+Blue) = 104+114+114=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #687272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687272 is #978D8D. Grayscale: #6F6F6F. Windows color (decimal): -9932174 or 7500392. OLE color: 7500392.

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

Color convert

RGB104114114-
CMYK0.09000.55
HSL180º4.59%42.75%-
HSV(B)180º8.77%44.71%-
XYZ14.7616.1918.27-
YUV111.01129.69123-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.33%
GREEN value IS 114 (44.92% from 255) = 34.34%
BLUE value IS 114 (44.92% from 255) = 34.34%
R=31.33%
G=34.34%
B=34.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1041141140.09000.551804.5942.75
Hex68727290037b452b
Octal150162162110067264553
Binary11010001110010111001010010011011110110100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687272; }

 p { color: rgb(104,114,114); }

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

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

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

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

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

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

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