#6F807F

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

Shades of Rolling Stone #6F807F

Tints of Rolling Stone #6F807F

Color information

#6F807F (or 0x6F807F) is unknown color: approx Rolling Stone. HEX triplet: 6F, 80 and 7F. RGB value is (111,128,127). Sum of RGB (Red+Green+Blue) = 111+128+127=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 128 - color contains mainly: green. Hex color #6F807F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F807F is #907F80. Grayscale: #7A7A7A. Windows color (decimal): -9469825 or 8355951. OLE color: 8355951.

HSL color Cylindrical-coordinate representation of color #6F807F: hue angle of 176.47º 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 #6F807F is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB111128127-
CMYK0.1300.010.50
HSL176.47º7.11%46.86%-
HSV(B)176.47º13.28%50.2%-
XYZ18.1120.3523.05-
YUV122.8130.37119.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.33%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 127 (50% from 255) = 34.70%
R=30.33%
G=34.97%
B=34.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1111281270.1300.010.50176.477.1146.86
Hex6F807FD0132b072f
Octal157200177150162260757
Binary110111110000000111111111010111001010110000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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