#775E4D

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

Shades of Domino #775E4D

Tints of Domino #775E4D

Color information

#775E4D (or 0x775E4D) is unknown color: approx Domino. HEX triplet: 77, 5E and 4D. RGB value is (119,94,77). Sum of RGB (Red+Green+Blue) = 119+94+77=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #775E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E4D is #88A1B2. Grayscale: #636363. Windows color (decimal): -8954291 or 5070455. OLE color: 5070455.

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

Color convert

RGB1199477-
CMYK00.210.350.53
HSL24.29º21.43%38.43%-
HSV(B)24.29º35.29%46.67%-
XYZ12.9512.468.74-
YUV99.54115.28141.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.03%
GREEN value IS 94 (37.11% from 255) = 32.41%
BLUE value IS 77 (30.47% from 255) = 26.55%
R=41.03%
G=32.41%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119947700.210.350.5324.2921.4338.43
Hex775E4D0152335181526
Octal1671361150254365302546
Binary1110111101111010011010101011000111101011100010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,94,77); }

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

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

 a { background-color: rgb(119,94,77); }

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

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

 span { border-color: rgb(119,94,77); }

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