#76627D

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

Shades of Rum #76627D

Tints of Rum #76627D

Color information

#76627D (or 0x76627D) is unknown color: approx Rum. HEX triplet: 76, 62 and 7D. RGB value is (118,98,125). Sum of RGB (Red+Green+Blue) = 118+98+125=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 125 - color contains mainly: blue. Hex color #76627D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76627D is #899D82. Grayscale: #6A6A6A. Windows color (decimal): -9018755 or 8217206. OLE color: 8217206.

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

Color convert

RGB11898125-
CMYK0.060.2200.51
HSL284.44º12.11%43.73%-
HSV(B)284.44º21.6%49.02%-
XYZ15.5414.0721.3-
YUV107.06138.13135.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 98 (38.67% from 255) = 28.74%
BLUE value IS 125 (49.22% from 255) = 36.66%
R=34.60%
G=28.74%
B=36.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118981250.060.2200.51284.4412.1143.73
Hex76627D61603311cc2c
Octal1661421756260634341454
Binary1110110110001011111011101011001100111000111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76627D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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