Html Css Color HEX #687675 Rolling Stone

📋 copy color: '#687675'

red 104 ◦ green 118 ◦ blue 117

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

Shades of Rolling Stone #687675

Tints of Rolling Stone #687675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.81%

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

R = 30.68%
G = 34.81%
B = 34.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#687675 (or 0x687675) is known color: Rolling Stone. HEX triplet: 68, 76 and 75. RGB value is (104,118,117). Sum of RGB (Red+Green+Blue) = 104+118+117=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 118 - color contains mainly: green. Hex color #687675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687675 is #97898A. Grayscale: #717171. Windows color (decimal): -9931147 or 7698024. OLE color: 7698024.

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

Color convert

RGB 104 118 117 -
CMYK 0.12 0 0.01 0.54
HSL 175.71º 0.06% 0.44% -
HSV(B) 175.71º 0.12% 0.46% -
XYZ 15.4 17.18 19.33 -
YUV 113.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 104 118 117 0.12 0 0.01 0.54 175.71 0.06 0.44
Hex 68 76 75 C 0 1 36 B0 6 2C
Octal 150 166 165 14 0 1 66 260 6 54
Binary 1101000 1110110 1110101 1100 0 1 110110 10110000 110 101100

Color Harmonies of #687675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687675

Black with #687675

Text Example


Text Example

White with #687675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687675; }

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

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

background-color css

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

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

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

border-color css

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

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

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