#6F7C7C

Color #6F7C7C Rolling Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rolling Stone #6F7C7C

Tints of Rolling Stone #6F7C7C

Color information

#6F7C7C (or 0x6F7C7C) is unknown color: approx Rolling Stone. HEX triplet: 6F, 7C and 7C. RGB value is (111,124,124). Sum of RGB (Red+Green+Blue) = 111+124+124=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #6F7C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7C7C is #908383. Grayscale: #787878. Windows color (decimal): -9470852 or 8158319. OLE color: 8158319.

HSL color Cylindrical-coordinate representation of color #6F7C7C: hue angle of 180º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F7C7C is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB111124124-
CMYK0.10000.51
HSL180º5.53%46.08%-
HSV(B)180º10.48%48.63%-
XYZ17.419.2521.87-
YUV120.11130.19121.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.92%
GREEN value IS 124 (48.83% from 255) = 34.54%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=30.92%
G=34.54%
B=34.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1111241240.10000.511805.5346.08
Hex6F7C7CA0033b462e
Octal157174174120063264656
Binary11011111111100111110010100011001110110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F7C7C; }

 p { color: rgb(111,124,124); }

 H1.HeaderClassName
 {
   color: #6F7C7C;
 }
 .AnyTagClassName
 {
   color: #6F7C7C;
 }
</style>
background-color css

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

 a { background-color: rgb(111,124,124); }

 div.DivClassName
 {
   background-color: #6F7C7C;
 }
 .BgClassName
 {
   background-color: #6F7C7C;
 }
</style>
border-color css

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

 span { border-color: rgb(111,124,124); }

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