#6C7773

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

Shades of Rolling Stone #6C7773

Tints of Rolling Stone #6C7773

Color information

#6C7773 (or 0x6C7773) is unknown color: approx Rolling Stone. HEX triplet: 6C, 77 and 73. RGB value is (108,119,115). Sum of RGB (Red+Green+Blue) = 108+119+115=342 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.58% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 119 - color contains mainly: green. Hex color #6C7773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7773 is #93888C. Grayscale: #737373. Windows color (decimal): -9668749 or 7567212. OLE color: 7567212.

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

Color convert

RGB108119115-
CMYK0.0900.030.53
HSL158.18º4.85%44.51%-
HSV(B)158.18º9.24%46.67%-
XYZ15.8817.6218.78-
YUV115.26127.86122.83-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.58%
GREEN value IS 119 (46.88% from 255) = 34.80%
BLUE value IS 115 (45.31% from 255) = 33.63%
R=31.58%
G=34.80%
B=33.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1081191150.0900.030.53158.184.8544.51
Hex6C7773903359e52d
Octal154167163110365236555
Binary110110011101111110011100101111010110011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,119,115); }

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

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

 a { background-color: rgb(108,119,115); }

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

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

 span { border-color: rgb(108,119,115); }

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