#765E4A

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

Shades of Domino #765E4A

Tints of Domino #765E4A

Color information

#765E4A (or 0x765E4A) is unknown color: approx Domino. HEX triplet: 76, 5E and 4A. RGB value is (118,94,74). Sum of RGB (Red+Green+Blue) = 118+94+74=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #765E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765E4A is #89A1B5. Grayscale: #626262. Windows color (decimal): -9019830 or 4873846. OLE color: 4873846.

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

Color convert

RGB1189474-
CMYK00.200.370.54
HSL27.27º22.92%37.65%-
HSV(B)27.27º37.29%46.27%-
XYZ12.7112.358.19-
YUV98.9113.95141.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.26%
GREEN value IS 94 (37.11% from 255) = 32.87%
BLUE value IS 74 (29.30% from 255) = 25.87%
R=41.26%
G=32.87%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118947400.200.370.5427.2722.9237.65
Hex765E4A01425361b1726
Octal1661361120244566332746
Binary1110110101111010010100101001001011101101101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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