#6F7F7A

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

Shades of Rolling Stone #6F7F7A

Tints of Rolling Stone #6F7F7A

Color information

#6F7F7A (or 0x6F7F7A) is unknown color: approx Rolling Stone. HEX triplet: 6F, 7F and 7A. RGB value is (111,127,122). Sum of RGB (Red+Green+Blue) = 111+127+122=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 127 - color contains mainly: green. Hex color #6F7F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7F7A is #908085. Grayscale: #797979. Windows color (decimal): -9470086 or 8028015. OLE color: 8028015.

HSL color Cylindrical-coordinate representation of color #6F7F7A: hue angle of 161.25º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F7F7A is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB111127122-
CMYK0.1300.040.50
HSL161.25º6.72%46.67%-
HSV(B)161.25º12.6%49.8%-
XYZ17.6619.9621.34-
YUV121.65128.2120.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.83%
GREEN value IS 127 (50% from 255) = 35.28%
BLUE value IS 122 (48.05% from 255) = 33.89%
R=30.83%
G=35.28%
B=33.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1111271220.1300.040.50161.256.7246.67
Hex6F7F7AD0432a172f
Octal157177172150462241757
Binary1101111111111111110101101010011001010100001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,127,122); }

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

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

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

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

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

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

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