#76657D

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

Shades of Rum #76657D

Tints of Rum #76657D

Color information

#76657D (or 0x76657D) is unknown color: approx Rum. HEX triplet: 76, 65 and 7D. RGB value is (118,101,125). Sum of RGB (Red+Green+Blue) = 118+101+125=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 125 - color contains mainly: blue. Hex color #76657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76657D is #899A82. Grayscale: #6C6C6C. Windows color (decimal): -9017987 or 8217974. OLE color: 8217974.

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

Color convert

RGB118101125-
CMYK0.060.1900.51
HSL282.5º10.62%44.31%-
HSV(B)282.5º19.2%49.02%-
XYZ15.8314.6421.39-
YUV108.82137.13134.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.30%
GREEN value IS 101 (39.84% from 255) = 29.36%
BLUE value IS 125 (49.22% from 255) = 36.34%
R=34.30%
G=29.36%
B=36.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1181011250.060.1900.51282.510.6244.31
Hex76657D61303311ab2c
Octal1661451756230634321354
Binary1110110110010111111011101001101100111000110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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