#766049

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

Shades of Domino #766049

Tints of Domino #766049

Color information

#766049 (or 0x766049) is unknown color: approx Domino. HEX triplet: 76, 60 and 49. RGB value is (118,96,73). Sum of RGB (Red+Green+Blue) = 118+96+73=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #766049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766049 is #899FB6. Grayscale: #646464. Windows color (decimal): -9019319 or 4808822. OLE color: 4808822.

HSL color Cylindrical-coordinate representation of color #766049: hue angle of 30.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #766049 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1189673-
CMYK00.190.380.54
HSL30.67º23.56%37.45%-
HSV(B)30.67º38.14%46.27%-
XYZ12.8612.78.08-
YUV99.96112.79140.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.11%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 73 (28.91% from 255) = 25.44%
R=41.11%
G=33.45%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118967300.190.380.5430.6723.5637.45
Hex76604901326361f1825
Octal1661401110234666373045
Binary1110110110000010010010100111001101101101111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766049; }

 p { color: rgb(118,96,73); }

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

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

 a { background-color: rgb(118,96,73); }

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

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

 span { border-color: rgb(118,96,73); }

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