#767F7C

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

Shades of Rolling Stone #767F7C

Tints of Rolling Stone #767F7C

Color information

#767F7C (or 0x767F7C) is unknown color: approx Rolling Stone. HEX triplet: 76, 7F and 7C. RGB value is (118,127,124). Sum of RGB (Red+Green+Blue) = 118+127+124=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 127 - color contains mainly: green. Hex color #767F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767F7C is #898083. Grayscale: #7B7B7B. Windows color (decimal): -9011332 or 8159094. OLE color: 8159094.

HSL color Cylindrical-coordinate representation of color #767F7C: hue angle of 160º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #767F7C is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB118127124-
CMYK0.0700.020.50
HSL160º3.67%48.04%-
HSV(B)160º7.09%49.8%-
XYZ18.720.4922.04-
YUV123.97128.02123.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.98%
GREEN value IS 127 (50% from 255) = 34.42%
BLUE value IS 124 (48.83% from 255) = 33.60%
R=31.98%
G=34.42%
B=33.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1181271240.0700.020.501603.6748.04
Hex767F7C70232a0430
Octal16617717470262240460
Binary11101101111111111110011101011001010100000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767F7C; }

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

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

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

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

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

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

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

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