#76607A

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

Shades of Rum #76607A

Tints of Rum #76607A

Color information

#76607A (or 0x76607A) is unknown color: approx Rum. HEX triplet: 76, 60 and 7A. RGB value is (118,96,122). Sum of RGB (Red+Green+Blue) = 118+96+122=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 122 - color contains mainly: blue. Hex color #76607A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76607A is #899F85. Grayscale: #696969. Windows color (decimal): -9019270 or 8020086. OLE color: 8020086.

HSL color Cylindrical-coordinate representation of color #76607A: hue angle of 290.77º 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 #76607A is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11896122-
CMYK0.030.2100.52
HSL290.77º11.93%42.75%-
HSV(B)290.77º21.31%47.84%-
XYZ15.1713.6220.24-
YUV105.54137.29136.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 96 (37.89% from 255) = 28.57%
BLUE value IS 122 (48.05% from 255) = 36.31%
R=35.12%
G=28.57%
B=36.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118961220.030.2100.52290.7711.9342.75
Hex76607A315034123c2b
Octal1661401723250644431453
Binary111011011000001111010111010101101001001000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76607A; }

 p { color: rgb(118,96,122); }

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

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

 a { background-color: rgb(118,96,122); }

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

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

 span { border-color: rgb(118,96,122); }

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