Html Css Color HEX #687472 Rolling Stone

📋 copy color: '#687472'

red 104 ◦ green 116 ◦ blue 114

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

Shades of Rolling Stone #687472

Tints of Rolling Stone #687472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.73%

 BLUE value IS 114 (44.92% from 255) = 34.13%

R = 31.14%
G = 34.73%
B = 34.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#687472 (or 0x687472) is known color: Rolling Stone. HEX triplet: 68, 74 and 72. RGB value is (104,116,114). Sum of RGB (Red+Green+Blue) = 104+116+114=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 116 - color contains mainly: green. Hex color #687472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687472 is #978B8D. Grayscale: #707070. Windows color (decimal): -9931662 or 7500904. OLE color: 7500904.

HSL color Cylindrical-coordinate representation of color #687472: hue angle of 170º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #687472 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 116 114 -
CMYK 0.10 0 0.02 0.55
HSL 170º 0.05% 0.43% -
HSV(B) 170º 0.1% 0.45% -
XYZ 14.99 16.65 18.34 -
YUV 112.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 104 116 114 0.10 0 0.02 0.55 170 0.05 0.43
Hex 68 74 72 A 0 2 37 AA 5 2B
Octal 150 164 162 12 0 2 67 252 5 53
Binary 1101000 1110100 1110010 1010 0 10 110111 10101010 101 101011

Color Harmonies of #687472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687472

Black with #687472

Text Example


Text Example

White with #687472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687472; }

 p { color: rgb(104,116,114); }

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

background-color css

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

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

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

border-color css

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

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

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