#677776

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

Shades of Rolling Stone #677776

Tints of Rolling Stone #677776

Color information

#677776 (or 0x677776) is unknown color: approx Rolling Stone. HEX triplet: 67, 77 and 76. RGB value is (103,119,118). Sum of RGB (Red+Green+Blue) = 103+119+118=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 119 - color contains mainly: green. Hex color #677776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677776 is #988889. Grayscale: #727272. Windows color (decimal): -9996426 or 7763815. OLE color: 7763815.

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

Color convert

RGB103119118-
CMYK0.1300.010.53
HSL176.25º7.21%43.53%-
HSV(B)176.25º13.45%46.67%-
XYZ15.4617.3919.68-
YUV114.1130.2120.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.29%
GREEN value IS 119 (46.88% from 255) = 35%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=30.29%
G=35%
B=34.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031191180.1300.010.53176.257.2143.53
Hex677776D0135b072c
Octal147167166150165260754
Binary11001111110111111011011010111010110110000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677776; }

 p { color: rgb(103,119,118); }

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

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

 a { background-color: rgb(103,119,118); }

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

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

 span { border-color: rgb(103,119,118); }

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