#767177

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

Shades of Rum #767177

Tints of Rum #767177

Color information

#767177 (or 0x767177) is unknown color: approx Rum. HEX triplet: 76, 71 and 77. RGB value is (118,113,119). Sum of RGB (Red+Green+Blue) = 118+113+119=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 119 - color contains mainly: blue. Hex color #767177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767177 is #898E88. Grayscale: #737373. Windows color (decimal): -9014921 or 7827830. OLE color: 7827830.

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

Color convert

RGB118113119-
CMYK0.010.0500.53
HSL290º2.59%45.49%-
HSV(B)290º5.04%46.67%-
XYZ16.7116.9919.85-
YUV115.18130.16130.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.71%
GREEN value IS 113 (44.53% from 255) = 32.29%
BLUE value IS 119 (46.88% from 255) = 34%
R=33.71%
G=32.29%
B=34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181131190.010.0500.532902.5945.49
Hex7671771503512232d
Octal16616116715065442355
Binary1110110111000111101111101011010110010001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767177; }

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

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

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

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

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

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

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

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