#76637B

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

Shades of Rum #76637B

Tints of Rum #76637B

Color information

#76637B (or 0x76637B) is unknown color: approx Rum. HEX triplet: 76, 63 and 7B. RGB value is (118,99,123). Sum of RGB (Red+Green+Blue) = 118+99+123=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 123 - color contains mainly: blue. Hex color #76637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76637B is #899C84. Grayscale: #6B6B6B. Windows color (decimal): -9018501 or 8086390. OLE color: 8086390.

HSL color Cylindrical-coordinate representation of color #76637B: hue angle of 287.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76637B is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11899123-
CMYK0.040.2000.52
HSL287.5º10.81%43.53%-
HSV(B)287.5º19.51%48.24%-
XYZ15.5114.2120.66-
YUV107.42136.79135.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 99 (39.06% from 255) = 29.12%
BLUE value IS 123 (48.44% from 255) = 36.18%
R=34.71%
G=29.12%
B=36.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118991230.040.2000.52287.510.8143.53
Hex76637B414034120b2c
Octal1661431734240644401354
Binary1110110110001111110111001010001101001001000001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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