#767777

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

Shades of Rolling Stone #767777

Tints of Rolling Stone #767777

Color information

#767777 (or 0x767777) is unknown color: approx Rolling Stone. HEX triplet: 76, 77 and 77. RGB value is (118,119,119). Sum of RGB (Red+Green+Blue) = 118+119+119=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #767777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767777 is #898888. Grayscale: #767676. Windows color (decimal): -9013385 or 7829366. OLE color: 7829366.

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

Color convert

RGB118119119-
CMYK0.01000.53
HSL180º0.42%46.47%-
HSV(B)180º0.84%46.67%-
XYZ17.418.3820.08-
YUV118.7128.17127.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.15%
GREEN value IS 119 (46.88% from 255) = 33.43%
BLUE value IS 119 (46.88% from 255) = 33.43%
R=33.15%
G=33.43%
B=33.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181191190.01000.531800.4246.47
Hex76777710035b402e
Octal16616716710065264056
Binary111011011101111110111100110101101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767777; }

 p { color: rgb(118,119,119); }

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

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

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

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

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

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

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