#667C76

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

Shades of Rolling Stone #667C76

Tints of Rolling Stone #667C76

Color information

#667C76 (or 0x667C76) is unknown color: approx Rolling Stone. HEX triplet: 66, 7C and 76. RGB value is (102,124,118). Sum of RGB (Red+Green+Blue) = 102+124+118=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 124 - color contains mainly: green. Hex color #667C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667C76 is #998389. Grayscale: #747474. Windows color (decimal): -10060682 or 7765094. OLE color: 7765094.

HSL color Cylindrical-coordinate representation of color #667C76: hue angle of 163.64º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #667C76 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB102124118-
CMYK0.1800.050.51
HSL163.64º9.73%44.31%-
HSV(B)163.64º17.74%48.63%-
XYZ15.9618.5519.88-
YUV116.74128.71117.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.65%
GREEN value IS 124 (48.83% from 255) = 36.05%
BLUE value IS 118 (46.48% from 255) = 34.30%
R=29.65%
G=36.05%
B=34.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1021241180.1800.050.51163.649.7344.31
Hex667C76120533a4a2c
Octal1461741662205632441254
Binary110011011111001110110100100101110011101001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667C76; }

 p { color: rgb(102,124,118); }

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

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

 a { background-color: rgb(102,124,118); }

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

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

 span { border-color: rgb(102,124,118); }

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