#667775

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

Shades of Rolling Stone #667775

Tints of Rolling Stone #667775

Color information

#667775 (or 0x667775) is unknown color: approx Rolling Stone. HEX triplet: 66, 77 and 75. RGB value is (102,119,117). Sum of RGB (Red+Green+Blue) = 102+119+117=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 119 - color contains mainly: green. Hex color #667775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667775 is #99888A. Grayscale: #717171. Windows color (decimal): -10061963 or 7698278. OLE color: 7698278.

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

Color convert

RGB102119117-
CMYK0.1400.020.53
HSL172.94º7.69%43.33%-
HSV(B)172.94º14.29%46.67%-
XYZ15.2917.319.36-
YUV113.69129.87119.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.18%
GREEN value IS 119 (46.88% from 255) = 35.21%
BLUE value IS 117 (46.09% from 255) = 34.62%
R=30.18%
G=35.21%
B=34.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021191170.1400.020.53172.947.6943.33
Hex667775E0235ad82b
Octal1461671651602652551053
Binary1100110111011111101011110010110101101011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667775; }

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

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

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

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

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

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

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

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