#76617D

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

Shades of Rum #76617D

Tints of Rum #76617D

Color information

#76617D (or 0x76617D) is unknown color: approx Rum. HEX triplet: 76, 61 and 7D. RGB value is (118,97,125). Sum of RGB (Red+Green+Blue) = 118+97+125=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 125 - color contains mainly: blue. Hex color #76617D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76617D is #899E82. Grayscale: #6A6A6A. Windows color (decimal): -9019011 or 8216950. OLE color: 8216950.

HSL color Cylindrical-coordinate representation of color #76617D: hue angle of 285º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #76617D is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11897125-
CMYK0.060.2200.51
HSL285º12.61%43.53%-
HSV(B)285º22.4%49.02%-
XYZ15.4513.8821.27-
YUV106.47138.46136.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 97 (38.28% from 255) = 28.53%
BLUE value IS 125 (49.22% from 255) = 36.76%
R=34.71%
G=28.53%
B=36.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118971250.060.2200.5128512.6143.53
Hex76617D61603311dd2c
Octal1661411756260634351554
Binary1110110110000111111011101011001100111000111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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