#6E7F7A

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

Shades of Rolling Stone #6E7F7A

Tints of Rolling Stone #6E7F7A

Color information

#6E7F7A (or 0x6E7F7A) is unknown color: approx Rolling Stone. HEX triplet: 6E, 7F and 7A. RGB value is (110,127,122). Sum of RGB (Red+Green+Blue) = 110+127+122=359 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.64% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 127 - color contains mainly: green. Hex color #6E7F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7F7A is #918085. Grayscale: #797979. Windows color (decimal): -9535622 or 8028014. OLE color: 8028014.

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

Color convert

RGB110127122-
CMYK0.1300.040.50
HSL162.35º7.17%46.47%-
HSV(B)162.35º13.39%49.8%-
XYZ17.5319.921.33-
YUV121.35128.37119.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.64%
GREEN value IS 127 (50% from 255) = 35.38%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=30.64%
G=35.38%
B=33.98%

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
Decimal1101271220.1300.040.50162.357.1746.47
Hex6E7F7AD0432a272e
Octal156177172150462242756
Binary1101110111111111110101101010011001010100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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