#766678

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

Shades of Rum #766678

Tints of Rum #766678

Color information

#766678 (or 0x766678) is unknown color: approx Rum. HEX triplet: 76, 66 and 78. RGB value is (118,102,120). Sum of RGB (Red+Green+Blue) = 118+102+120=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 120 - color contains mainly: blue. Hex color #766678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766678 is #899987. Grayscale: #6C6C6C. Windows color (decimal): -9017736 or 7890550. OLE color: 7890550.

HSL color Cylindrical-coordinate representation of color #766678: hue angle of 293.33º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #766678 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB118102120-
CMYK0.020.1500.53
HSL293.33º8.11%43.53%-
HSV(B)293.33º15%47.06%-
XYZ15.6114.7119.79-
YUV108.84134.3134.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 120 (47.27% from 255) = 35.29%
R=34.71%
G=30%
B=35.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181021200.020.1500.53293.338.1143.53
Hex7666782F03512582c
Octal1661461702170654451054
Binary11101101100110111100010111101101011001001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766678; }

 p { color: rgb(118,102,120); }

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

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

 a { background-color: rgb(118,102,120); }

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

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

 span { border-color: rgb(118,102,120); }

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