#76647B

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

Shades of Rum #76647B

Tints of Rum #76647B

Color information

#76647B (or 0x76647B) is unknown color: approx Rum. HEX triplet: 76, 64 and 7B. RGB value is (118,100,123). Sum of RGB (Red+Green+Blue) = 118+100+123=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 123 - color contains mainly: blue. Hex color #76647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76647B is #899B84. Grayscale: #6B6B6B. Windows color (decimal): -9018245 or 8086646. OLE color: 8086646.

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

Color convert

RGB118100123-
CMYK0.040.1900.52
HSL286.96º10.31%43.73%-
HSV(B)286.96º18.7%48.24%-
XYZ15.614.420.7-
YUV108136.46135.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 123 (48.44% from 255) = 36.07%
R=34.60%
G=29.33%
B=36.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1181001230.040.1900.52286.9610.3143.73
Hex76647B41303411fa2c
Octal1661441734230644371254
Binary1110110110010011110111001001101101001000111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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