#76607B

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

Shades of Rum #76607B

Tints of Rum #76607B

Color information

#76607B (or 0x76607B) is unknown color: approx Rum. HEX triplet: 76, 60 and 7B. RGB value is (118,96,123). Sum of RGB (Red+Green+Blue) = 118+96+123=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 123 - color contains mainly: blue. Hex color #76607B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76607B is #899F84. Grayscale: #696969. Windows color (decimal): -9019269 or 8085622. OLE color: 8085622.

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

Color convert

RGB11896123-
CMYK0.040.2200.52
HSL288.89º12.33%42.94%-
HSV(B)288.89º21.95%48.24%-
XYZ15.2313.6520.57-
YUV105.66137.79136.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.01%
GREEN value IS 96 (37.89% from 255) = 28.49%
BLUE value IS 123 (48.44% from 255) = 36.50%
R=35.01%
G=28.49%
B=36.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118961230.040.2200.52288.8912.3342.94
Hex76607B416034121c2b
Octal1661401734260644411453
Binary1110110110000011110111001011001101001001000011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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