#775D4A

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

Shades of Domino #775D4A

Tints of Domino #775D4A

Color information

#775D4A (or 0x775D4A) is unknown color: approx Domino. HEX triplet: 77, 5D and 4A. RGB value is (119,93,74). Sum of RGB (Red+Green+Blue) = 119+93+74=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #775D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D4A is #88A2B5. Grayscale: #626262. Windows color (decimal): -8954550 or 4873591. OLE color: 4873591.

HSL color Cylindrical-coordinate representation of color #775D4A: hue angle of 25.33º 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 #775D4A is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1199374-
CMYK00.220.380.53
HSL25.33º23.32%37.84%-
HSV(B)25.33º37.82%46.67%-
XYZ12.7612.258.17-
YUV98.61114.11142.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.61%
GREEN value IS 93 (36.72% from 255) = 32.52%
BLUE value IS 74 (29.30% from 255) = 25.87%
R=41.61%
G=32.52%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119937400.220.380.5325.3323.3237.84
Hex775D4A0162635191726
Octal1671351120264665312746
Binary1110111101110110010100101101001101101011100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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