#786048

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

Shades of Domino #786048

Tints of Domino #786048

Color information

#786048 (or 0x786048) is unknown color: approx Domino. HEX triplet: 78, 60 and 48. RGB value is (120,96,72). Sum of RGB (Red+Green+Blue) = 120+96+72=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #786048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786048 is #879FB7. Grayscale: #646464. Windows color (decimal): -8888248 or 4743288. OLE color: 4743288.

HSL color Cylindrical-coordinate representation of color #786048: hue angle of 30º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #786048 is Cyan = 0, Magento = 0.2, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1209672-
CMYK00.20.400.53
HSL30º25%37.65%-
HSV(B)30º40%47.06%-
XYZ13.112.837.92-
YUV100.44111.95141.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.67%
GREEN value IS 96 (37.89% from 255) = 33.33%
BLUE value IS 72 (28.52% from 255) = 25%
R=41.67%
G=33.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120967200.20.400.53302537.65
Hex78604801428351e1926
Octal1701401100245065363146
Binary1111000110000010010000101001010001101011111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786048; }

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

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

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

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

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

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

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

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