#6A7877

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

Shades of Rolling Stone #6A7877

Tints of Rolling Stone #6A7877

Color information

#6A7877 (or 0x6A7877) is unknown color: approx Rolling Stone. HEX triplet: 6A, 78 and 77. RGB value is (106,120,119). Sum of RGB (Red+Green+Blue) = 106+120+119=345 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.72% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 120 - color contains mainly: green. Hex color #6A7877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7877 is #958788. Grayscale: #737373. Windows color (decimal): -9799561 or 7829610. OLE color: 7829610.

HSL color Cylindrical-coordinate representation of color #6A7877: hue angle of 175.71º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A7877 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB106120119-
CMYK0.1200.010.53
HSL175.71º6.19%44.31%-
HSV(B)175.71º11.67%47.06%-
XYZ15.9917.8320.05-
YUV115.7129.86121.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.72%
GREEN value IS 120 (47.27% from 255) = 34.78%
BLUE value IS 119 (46.88% from 255) = 34.49%
R=30.72%
G=34.78%
B=34.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1061201190.1200.010.53175.716.1944.31
Hex6A7877C0135b062c
Octal152170167140165260654
Binary11010101111000111011111000111010110110000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,120,119); }

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

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

 a { background-color: rgb(106,120,119); }

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

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

 span { border-color: rgb(106,120,119); }

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