Html Css Color HEX #687575 Nevada

📋 copy color: '#687575'

red 104 ◦ green 117 ◦ blue 117

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

Shades of Nevada #687575

Tints of Nevada #687575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.62%

 BLUE value IS 117 (46.09% from 255) = 34.62%

R = 30.77%
G = 34.62%
B = 34.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#687575 (or 0x687575) is known color: Nevada. HEX triplet: 68, 75 and 75. RGB value is (104,117,117). Sum of RGB (Red+Green+Blue) = 104+117+117=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #687575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687575 is #978A8A. Grayscale: #717171. Windows color (decimal): -9931403 or 7697768. OLE color: 7697768.

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

Color convert

RGB 104 117 117 -
CMYK 0.11 0 0 0.54
HSL 180º 0.06% 0.43% -
HSV(B) 180º 0.11% 0.46% -
XYZ 15.28 16.95 19.3 -
YUV 113.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 104 117 117 0.11 0 0 0.54 180 0.06 0.43
Hex 68 75 75 B 0 0 36 B4 6 2B
Octal 150 165 165 13 0 0 66 264 6 53
Binary 1101000 1110101 1110101 1011 0 0 110110 10110100 110 101011

Color Harmonies of #687575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687575

Black with #687575

Text Example


Text Example

White with #687575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687575; }

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

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

background-color css

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

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

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

border-color css

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

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

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