#766978

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

Shades of Rum #766978

Tints of Rum #766978

Color information

#766978 (or 0x766978) is unknown color: approx Rum. HEX triplet: 76, 69 and 78. RGB value is (118,105,120). Sum of RGB (Red+Green+Blue) = 118+105+120=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 120 - color contains mainly: blue. Hex color #766978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766978 is #899687. Grayscale: #6E6E6E. Windows color (decimal): -9016968 or 7891318. OLE color: 7891318.

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

Color convert

RGB118105120-
CMYK0.020.1300.53
HSL292º6.67%44.12%-
HSV(B)292º12.5%47.06%-
XYZ15.9115.3119.89-
YUV110.6133.31133.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 105 (41.41% from 255) = 30.61%
BLUE value IS 120 (47.27% from 255) = 34.99%
R=34.40%
G=30.61%
B=34.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181051200.020.1300.532926.6744.12
Hex7669782D03512472c
Octal166151170215065444754
Binary1110110110100111110001011010110101100100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766978; }

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

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

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

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

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

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

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

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