#775E4A

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

Shades of Domino #775E4A

Tints of Domino #775E4A

Color information

#775E4A (or 0x775E4A) is unknown color: approx Domino. HEX triplet: 77, 5E and 4A. RGB value is (119,94,74). Sum of RGB (Red+Green+Blue) = 119+94+74=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #775E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E4A is #88A1B5. Grayscale: #636363. Windows color (decimal): -8954294 or 4873847. OLE color: 4873847.

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

Color convert

RGB1199474-
CMYK00.210.380.53
HSL26.67º23.32%37.84%-
HSV(B)26.67º37.82%46.67%-
XYZ12.8512.428.2-
YUV99.2113.78142.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 94 (37.11% from 255) = 32.75%
BLUE value IS 74 (29.30% from 255) = 25.78%
R=41.46%
G=32.75%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119947400.210.380.5326.6723.3237.84
Hex775E4A01526351b1726
Octal1671361120254665332746
Binary1110111101111010010100101011001101101011101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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