#6B7774

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

Shades of Rolling Stone #6B7774

Tints of Rolling Stone #6B7774

Color information

#6B7774 (or 0x6B7774) is unknown color: approx Rolling Stone. HEX triplet: 6B, 77 and 74. RGB value is (107,119,116). Sum of RGB (Red+Green+Blue) = 107+119+116=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 119 - color contains mainly: green. Hex color #6B7774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7774 is #94888B. Grayscale: #737373. Windows color (decimal): -9734284 or 7632747. OLE color: 7632747.

HSL color Cylindrical-coordinate representation of color #6B7774: hue angle of 165º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B7774 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB107119116-
CMYK0.1000.030.53
HSL165º5.31%44.31%-
HSV(B)165º10.08%46.67%-
XYZ15.8117.5819.08-
YUV115.07128.52122.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.29%
GREEN value IS 119 (46.88% from 255) = 34.80%
BLUE value IS 116 (45.70% from 255) = 33.92%
R=31.29%
G=34.80%
B=33.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1071191160.1000.030.531655.3144.31
Hex6B7774A0335a552c
Octal153167164120365245554
Binary110101111101111110100101001111010110100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,119,116); }

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

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

 a { background-color: rgb(107,119,116); }

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

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

 span { border-color: rgb(107,119,116); }

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