#775B4A

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

Shades of Domino #775B4A

Tints of Domino #775B4A

Color information

#775B4A (or 0x775B4A) is unknown color: approx Domino. HEX triplet: 77, 5B and 4A. RGB value is (119,91,74). Sum of RGB (Red+Green+Blue) = 119+91+74=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #775B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775B4A is #88A4B5. Grayscale: #616161. Windows color (decimal): -8955062 or 4873079. OLE color: 4873079.

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

Color convert

RGB1199174-
CMYK00.240.380.53
HSL22.67º23.32%37.84%-
HSV(B)22.67º37.82%46.67%-
XYZ12.5811.98.11-
YUV97.43114.78143.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.90%
GREEN value IS 91 (35.94% from 255) = 32.04%
BLUE value IS 74 (29.30% from 255) = 26.06%
R=41.90%
G=32.04%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119917400.240.380.5322.6723.3237.84
Hex775B4A0182635171726
Octal1671331120304665272746
Binary1110111101101110010100110001001101101011011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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