#785C48

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

Shades of Domino #785C48

Tints of Domino #785C48

Color information

#785C48 (or 0x785C48) is unknown color: approx Domino. HEX triplet: 78, 5C and 48. RGB value is (120,92,72). Sum of RGB (Red+Green+Blue) = 120+92+72=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #785C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785C48 is #87A3B7. Grayscale: #626262. Windows color (decimal): -8889272 or 4742264. OLE color: 4742264.

HSL color Cylindrical-coordinate representation of color #785C48: hue angle of 25º 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 #785C48 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1209272-
CMYK00.230.400.53
HSL25º25%37.65%-
HSV(B)25º40%47.06%-
XYZ12.7412.127.8-
YUV98.09113.28143.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.25%
GREEN value IS 92 (36.33% from 255) = 32.39%
BLUE value IS 72 (28.52% from 255) = 25.35%
R=42.25%
G=32.39%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120927200.230.400.53252537.65
Hex785C480172835191926
Octal1701341100275065313146
Binary1111000101110010010000101111010001101011100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785C48; }

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

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

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

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

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

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

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

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