#76617F

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

Shades of Rum #76617F

Tints of Rum #76617F

Color information

#76617F (or 0x76617F) is unknown color: approx Rum. HEX triplet: 76, 61 and 7F. RGB value is (118,97,127). Sum of RGB (Red+Green+Blue) = 118+97+127=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 127 - color contains mainly: blue. Hex color #76617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76617F is #899E80. Grayscale: #6A6A6A. Windows color (decimal): -9019009 or 8348022. OLE color: 8348022.

HSL color Cylindrical-coordinate representation of color #76617F: hue angle of 282º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #76617F is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11897127-
CMYK0.070.2400.50
HSL282º13.39%43.92%-
HSV(B)282º23.62%49.8%-
XYZ15.5813.9321.95-
YUV106.7139.46136.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 127 (50% from 255) = 37.13%
R=34.50%
G=28.36%
B=37.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118971270.070.2400.5028213.3943.92
Hex76617F71803211ad2c
Octal1661411777300624321554
Binary1110110110000111111111111100001100101000110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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