#767377

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

Shades of Rum #767377

Tints of Rum #767377

Color information

#767377 (or 0x767377) is unknown color: approx Rum. HEX triplet: 76, 73 and 77. RGB value is (118,115,119). Sum of RGB (Red+Green+Blue) = 118+115+119=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 119 - color contains mainly: blue. Hex color #767377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767377 is #898C88. Grayscale: #747474. Windows color (decimal): -9014409 or 7828342. OLE color: 7828342.

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

Color convert

RGB118115119-
CMYK0.010.0300.53
HSL285º1.71%45.88%-
HSV(B)285º3.36%46.67%-
XYZ16.9317.4419.93-
YUV116.35129.49129.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.52%
GREEN value IS 115 (45.31% from 255) = 32.67%
BLUE value IS 119 (46.88% from 255) = 33.81%
R=33.52%
G=32.67%
B=33.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181151190.010.0300.532851.7145.88
Hex7673771303511d22e
Octal16616316713065435256
Binary111011011100111110111111011010110001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767377; }

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

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

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

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

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

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

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

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