Html Css Color HEX #687875 Rolling Stone

📋 copy color: '#687875'

red 104 ◦ green 120 ◦ blue 117

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

Shades of Rolling Stone #687875

Tints of Rolling Stone #687875

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.19%

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

R = 30.5%
G = 35.19%
B = 34.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#687875 (or 0x687875) is known color: Rolling Stone. HEX triplet: 68, 78 and 75. RGB value is (104,120,117). Sum of RGB (Red+Green+Blue) = 104+120+117=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 120 - color contains mainly: green. Hex color #687875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687875 is #97878A. Grayscale: #727272. Windows color (decimal): -9930635 or 7698536. OLE color: 7698536.

HSL color Cylindrical-coordinate representation of color #687875: hue angle of 168.75º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #687875 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 120 117 -
CMYK 0.13 0 0.02 0.53
HSL 168.75º 0.07% 0.44% -
HSV(B) 168.75º 0.13% 0.47% -
XYZ 15.64 17.66 19.41 -
YUV 114.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 104 120 117 0.13 0 0.02 0.53 168.75 0.07 0.44
Hex 68 78 75 D 0 2 35 A9 7 2C
Octal 150 170 165 15 0 2 65 251 7 54
Binary 1101000 1111000 1110101 1101 0 10 110101 10101001 111 101100

Color Harmonies of #687875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687875

Black with #687875

Text Example


Text Example

White with #687875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687875; }

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

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

background-color css

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

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

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

border-color css

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

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

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