#667B76

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

Shades of Rolling Stone #667B76

Tints of Rolling Stone #667B76

Color information

#667B76 (or 0x667B76) is unknown color: approx Rolling Stone. HEX triplet: 66, 7B and 76. RGB value is (102,123,118). Sum of RGB (Red+Green+Blue) = 102+123+118=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 123 - color contains mainly: green. Hex color #667B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667B76 is #998489. Grayscale: #747474. Windows color (decimal): -10060938 or 7764838. OLE color: 7764838.

HSL color Cylindrical-coordinate representation of color #667B76: hue angle of 165.71º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #667B76 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB102123118-
CMYK0.1700.040.52
HSL165.71º9.33%44.12%-
HSV(B)165.71º17.07%48.24%-
XYZ15.8318.319.84-
YUV116.15129.04117.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.74%
GREEN value IS 123 (48.44% from 255) = 35.86%
BLUE value IS 118 (46.48% from 255) = 34.40%
R=29.74%
G=35.86%
B=34.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1021231180.1700.040.52165.719.3344.12
Hex667B76110434a692c
Octal1461731662104642461154
Binary110011011110111110110100010100110100101001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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