Html Css Color HEX #687373 Nevada

📋 copy color: '#687373'

red 104 ◦ green 115 ◦ blue 115

#687373
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nevada #687373

Tints of Nevada #687373

RGB

 RED value IS 104 (41.02% from 255) = 31.14%

 GREEN value IS 115 (45.31% from 255) = 34.43%

 BLUE value IS 115 (45.31% from 255) = 34.43%

R = 31.14%
G = 34.43%
B = 34.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#687373 (or 0x687373) is known color: Nevada. HEX triplet: 68, 73 and 73. RGB value is (104,115,115). Sum of RGB (Red+Green+Blue) = 104+115+115=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #687373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687373 is #978C8C. Grayscale: #6F6F6F. Windows color (decimal): -9931917 or 7566184. OLE color: 7566184.

HSL color Cylindrical-coordinate representation of color #687373: 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.1%. Process color model (Four color, CMYK) of #687373 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 115 115 -
CMYK 0.10 0 0 0.55
HSL 180º 0.05% 0.43% -
HSV(B) 180º 0.1% 0.45% -
XYZ 14.93 16.44 18.61 -
YUV 111.71 129.86 122.5 -
System Red Green Blue C M Y K H S L
Decimal 104 115 115 0.10 0 0 0.55 180 0.05 0.43
Hex 68 73 73 A 0 0 37 B4 5 2B
Octal 150 163 163 12 0 0 67 264 5 53
Binary 1101000 1110011 1110011 1010 0 0 110111 10110100 101 101011

Color Harmonies of #687373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687373

Black with #687373

Text Example


Text Example

White with #687373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687373; }

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

 H1.HeaderClassName
 {
   color: #687373;
 }
 .AnyTagClassName
 {
   color: #687373;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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