#765D4A

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

Shades of Domino #765D4A

Tints of Domino #765D4A

Color information

#765D4A (or 0x765D4A) is unknown color: approx Domino. HEX triplet: 76, 5D and 4A. RGB value is (118,93,74). Sum of RGB (Red+Green+Blue) = 118+93+74=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #765D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765D4A is #89A2B5. Grayscale: #626262. Windows color (decimal): -9020086 or 4873590. OLE color: 4873590.

HSL color Cylindrical-coordinate representation of color #765D4A: hue angle of 25.91º 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 #765D4A is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1189374-
CMYK00.210.370.54
HSL25.91º22.92%37.65%-
HSV(B)25.91º37.29%46.27%-
XYZ12.6212.178.16-
YUV98.31114.28142.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.40%
GREEN value IS 93 (36.72% from 255) = 32.63%
BLUE value IS 74 (29.30% from 255) = 25.96%
R=41.40%
G=32.63%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118937400.210.370.5425.9122.9237.65
Hex765D4A01525361a1726
Octal1661351120254566322746
Binary1110110101110110010100101011001011101101101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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