#667772

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

Shades of Rolling Stone #667772

Tints of Rolling Stone #667772

Color information

#667772 (or 0x667772) is unknown color: approx Rolling Stone. HEX triplet: 66, 77 and 72. RGB value is (102,119,114). Sum of RGB (Red+Green+Blue) = 102+119+114=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 119 - color contains mainly: green. Hex color #667772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667772 is #99888D. Grayscale: #717171. Windows color (decimal): -10061966 or 7501670. OLE color: 7501670.

HSL color Cylindrical-coordinate representation of color #667772: hue angle of 162.35º 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 #667772 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB102119114-
CMYK0.1400.040.53
HSL162.35º7.69%43.33%-
HSV(B)162.35º14.29%46.67%-
XYZ15.1117.2318.45-
YUV113.35128.37119.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.45%
GREEN value IS 119 (46.88% from 255) = 35.52%
BLUE value IS 114 (44.92% from 255) = 34.03%
R=30.45%
G=35.52%
B=34.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021191140.1400.040.53162.357.6943.33
Hex667772E0435a282b
Octal1461671621604652421053
Binary11001101110111111001011100100110101101000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667772; }

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

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

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

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

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

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

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

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