Html Css Color HEX #687877 Rolling Stone

📋 copy color: '#687877'

red 104 ◦ green 120 ◦ blue 119

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

Shades of Rolling Stone #687877

Tints of Rolling Stone #687877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.69%

R = 30.32%
G = 34.99%
B = 34.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#687877 (or 0x687877) is known color: Rolling Stone. HEX triplet: 68, 78 and 77. RGB value is (104,120,119). Sum of RGB (Red+Green+Blue) = 104+120+119=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 120 - color contains mainly: green. Hex color #687877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687877 is #978788. Grayscale: #737373. Windows color (decimal): -9930633 or 7829608. OLE color: 7829608.

HSL color Cylindrical-coordinate representation of color #687877: hue angle of 176.25º 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 #687877 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 120 119 -
CMYK 0.13 0 0.01 0.53
HSL 176.25º 0.07% 0.44% -
HSV(B) 176.25º 0.13% 0.47% -
XYZ 15.76 17.71 20.04 -
YUV 115.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 104 120 119 0.13 0 0.01 0.53 176.25 0.07 0.44
Hex 68 78 77 D 0 1 35 B0 7 2C
Octal 150 170 167 15 0 1 65 260 7 54
Binary 1101000 1111000 1110111 1101 0 1 110101 10110000 111 101100

Color Harmonies of #687877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687877

Black with #687877

Text Example


Text Example

White with #687877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687877; }

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

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

background-color css

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

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

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

border-color css

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

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

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