#677371

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

Shades of Rolling Stone #677371

Tints of Rolling Stone #677371

Color information

#677371 (or 0x677371) is unknown color: approx Rolling Stone. HEX triplet: 67, 73 and 71. RGB value is (103,115,113). Sum of RGB (Red+Green+Blue) = 103+115+113=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 115 - color contains mainly: green. Hex color #677371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677371 is #988C8E. Grayscale: #6F6F6F. Windows color (decimal): -9997455 or 7435111. OLE color: 7435111.

HSL color Cylindrical-coordinate representation of color #677371: hue angle of 170º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #677371 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB103115113-
CMYK0.1000.020.55
HSL170º5.5%42.75%-
HSV(B)170º10.43%45.1%-
XYZ14.716.3418-
YUV111.18129.02122.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.12%
GREEN value IS 115 (45.31% from 255) = 34.74%
BLUE value IS 113 (44.53% from 255) = 34.14%
R=31.12%
G=34.74%
B=34.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1031151130.1000.020.551705.542.75
Hex677371A0237aa62b
Octal147163161120267252653
Binary110011111100111110001101001011011110101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677371; }

 p { color: rgb(103,115,113); }

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

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

 a { background-color: rgb(103,115,113); }

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

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

 span { border-color: rgb(103,115,113); }

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