#667977

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

Shades of Rolling Stone #667977

Tints of Rolling Stone #667977

Color information

#667977 (or 0x667977) is unknown color: approx Rolling Stone. HEX triplet: 66, 79 and 77. RGB value is (102,121,119). Sum of RGB (Red+Green+Blue) = 102+121+119=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 121 - color contains mainly: green. Hex color #667977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667977 is #998688. Grayscale: #737373. Windows color (decimal): -10061449 or 7829862. OLE color: 7829862.

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

Color convert

RGB102121119-
CMYK0.1600.020.53
HSL173.68º8.52%43.73%-
HSV(B)173.68º15.7%47.45%-
XYZ15.6517.8320.07-
YUV115.09130.21118.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.82%
GREEN value IS 121 (47.66% from 255) = 35.38%
BLUE value IS 119 (46.88% from 255) = 34.80%
R=29.82%
G=35.38%
B=34.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021211190.1600.020.53173.688.5243.73
Hex667977100235ae92c
Octal1461711672002652561154
Binary11001101111001111011110000010110101101011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667977; }

 p { color: rgb(102,121,119); }

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

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

 a { background-color: rgb(102,121,119); }

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

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

 span { border-color: rgb(102,121,119); }

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