#776048

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

Shades of Domino #776048

Tints of Domino #776048

Color information

#776048 (or 0x776048) is unknown color: approx Domino. HEX triplet: 77, 60 and 48. RGB value is (119,96,72). Sum of RGB (Red+Green+Blue) = 119+96+72=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #776048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776048 is #889FB7. Grayscale: #646464. Windows color (decimal): -8953784 or 4743287. OLE color: 4743287.

HSL color Cylindrical-coordinate representation of color #776048: hue angle of 30.64º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #776048 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1199672-
CMYK00.190.390.53
HSL30.64º24.61%37.45%-
HSV(B)30.64º39.5%46.67%-
XYZ12.9612.767.91-
YUV100.14112.12141.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 72 (28.52% from 255) = 25.09%
R=41.46%
G=33.45%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119967200.190.390.5330.6424.6137.45
Hex77604801327351f1925
Octal1671401100234765373145
Binary1110111110000010010000100111001111101011111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776048; }

 p { color: rgb(119,96,72); }

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

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

 a { background-color: rgb(119,96,72); }

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

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

 span { border-color: rgb(119,96,72); }

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