#76617B

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

Shades of Rum #76617B

Tints of Rum #76617B

Color information

#76617B (or 0x76617B) is unknown color: approx Rum. HEX triplet: 76, 61 and 7B. RGB value is (118,97,123). Sum of RGB (Red+Green+Blue) = 118+97+123=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 123 - color contains mainly: blue. Hex color #76617B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76617B is #899E84. Grayscale: #6A6A6A. Windows color (decimal): -9019013 or 8085878. OLE color: 8085878.

HSL color Cylindrical-coordinate representation of color #76617B: hue angle of 288.46º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76617B is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11897123-
CMYK0.040.2100.52
HSL288.46º11.82%43.14%-
HSV(B)288.46º21.14%48.24%-
XYZ15.3213.8320.6-
YUV106.24137.46136.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.91%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 123 (48.44% from 255) = 36.39%
R=34.91%
G=28.70%
B=36.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118971230.040.2100.52288.4611.8243.14
Hex76617B415034120c2b
Octal1661411734250644401453
Binary1110110110000111110111001010101101001001000001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76617B; }

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

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

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

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

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

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

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

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