#765E4D

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

Shades of Domino #765E4D

Tints of Domino #765E4D

Color information

#765E4D (or 0x765E4D) is unknown color: approx Domino. HEX triplet: 76, 5E and 4D. RGB value is (118,94,77). Sum of RGB (Red+Green+Blue) = 118+94+77=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #765E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E4D is #89A1B2. Grayscale: #636363. Windows color (decimal): -9019827 or 5070454. OLE color: 5070454.

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

Color convert

RGB1189477-
CMYK00.200.350.54
HSL24.88º21.03%38.24%-
HSV(B)24.88º34.75%46.27%-
XYZ12.8112.398.74-
YUV99.24115.45141.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.83%
GREEN value IS 94 (37.11% from 255) = 32.53%
BLUE value IS 77 (30.47% from 255) = 26.64%
R=40.83%
G=32.53%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118947700.200.350.5424.8821.0338.24
Hex765E4D0142336191526
Octal1661361150244366312546
Binary1110110101111010011010101001000111101101100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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