#766778

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

Shades of Rum #766778

Tints of Rum #766778

Color information

#766778 (or 0x766778) is unknown color: approx Rum. HEX triplet: 76, 67 and 78. RGB value is (118,103,120). Sum of RGB (Red+Green+Blue) = 118+103+120=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 120 - color contains mainly: blue. Hex color #766778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766778 is #899887. Grayscale: #6D6D6D. Windows color (decimal): -9017480 or 7890806. OLE color: 7890806.

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

Color convert

RGB118103120-
CMYK0.020.1400.53
HSL292.94º7.62%43.73%-
HSV(B)292.94º14.17%47.06%-
XYZ15.7114.9119.82-
YUV109.42133.97134.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 103 (40.62% from 255) = 30.21%
BLUE value IS 120 (47.27% from 255) = 35.19%
R=34.60%
G=30.21%
B=35.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181031200.020.1400.53292.947.6243.73
Hex7667782E03512582c
Octal1661471702160654451054
Binary11101101100111111100010111001101011001001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766778; }

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

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

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

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

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

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

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

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