#775C49

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

Shades of Domino #775C49

Tints of Domino #775C49

Color information

#775C49 (or 0x775C49) is unknown color: approx Domino. HEX triplet: 77, 5C and 49. RGB value is (119,92,73). Sum of RGB (Red+Green+Blue) = 119+92+73=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #775C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C49 is #88A3B6. Grayscale: #626262. Windows color (decimal): -8954807 or 4807799. OLE color: 4807799.

HSL color Cylindrical-coordinate representation of color #775C49: hue angle of 24.78º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #775C49 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1199273-
CMYK00.230.390.53
HSL24.78º23.96%37.65%-
HSV(B)24.78º38.66%46.67%-
XYZ12.6412.067.96-
YUV97.91113.95143.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.90%
GREEN value IS 92 (36.33% from 255) = 32.39%
BLUE value IS 73 (28.91% from 255) = 25.70%
R=41.90%
G=32.39%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119927300.230.390.5324.7823.9637.65
Hex775C490172735191826
Octal1671341110274765313046
Binary1110111101110010010010101111001111101011100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775C49; }

 p { color: rgb(119,92,73); }

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

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

 a { background-color: rgb(119,92,73); }

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

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

 span { border-color: rgb(119,92,73); }

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