Html Css Color HEX #687775 Rolling Stone

📋 copy color: '#687775'

red 104 ◦ green 119 ◦ blue 117

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

Shades of Rolling Stone #687775

Tints of Rolling Stone #687775

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35%

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

R = 30.59%
G = 35%
B = 34.41%

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

#687775 (or 0x687775) is known color: Rolling Stone. HEX triplet: 68, 77 and 75. RGB value is (104,119,117). Sum of RGB (Red+Green+Blue) = 104+119+117=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 119 - color contains mainly: green. Hex color #687775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687775 is #97888A. Grayscale: #727272. Windows color (decimal): -9930891 or 7698280. OLE color: 7698280.

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

Color convert

RGB 104 119 117 -
CMYK 0.13 0 0.02 0.53
HSL 172º 0.07% 0.44% -
HSV(B) 172º 0.13% 0.47% -
XYZ 15.52 17.42 19.37 -
YUV 114.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 104 119 117 0.13 0 0.02 0.53 172 0.07 0.44
Hex 68 77 75 D 0 2 35 AC 7 2C
Octal 150 167 165 15 0 2 65 254 7 54
Binary 1101000 1110111 1110101 1101 0 10 110101 10101100 111 101100

Color Harmonies of #687775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687775

Black with #687775

Text Example


Text Example

White with #687775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687775; }

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

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

background-color css

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

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

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

border-color css

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

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

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