#767B79

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

Shades of Rolling Stone #767B79

Tints of Rolling Stone #767B79

Color information

#767B79 (or 0x767B79) is unknown color: approx Rolling Stone. HEX triplet: 76, 7B and 79. RGB value is (118,123,121). Sum of RGB (Red+Green+Blue) = 118+123+121=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 123 - color contains mainly: green. Hex color #767B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767B79 is #898486. Grayscale: #797979. Windows color (decimal): -9012359 or 7961462. OLE color: 7961462.

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

Color convert

RGB118123121-
CMYK0.0400.020.52
HSL156º2.07%47.25%-
HSV(B)156º4.07%48.24%-
XYZ18.0119.420.88-
YUV121.28127.84125.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.60%
GREEN value IS 123 (48.44% from 255) = 33.98%
BLUE value IS 121 (47.66% from 255) = 33.43%
R=32.60%
G=33.98%
B=33.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1181231210.0400.020.521562.0747.25
Hex767B79402349c22f
Octal16617317140264234257
Binary1110110111101111110011000101101001001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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