#765E48

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

Shades of Domino #765E48

Tints of Domino #765E48

Color information

#765E48 (or 0x765E48) is unknown color: approx Domino. HEX triplet: 76, 5E and 48. RGB value is (118,94,72). Sum of RGB (Red+Green+Blue) = 118+94+72=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #765E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765E48 is #89A1B7. Grayscale: #626262. Windows color (decimal): -9019832 or 4742774. OLE color: 4742774.

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

Color convert

RGB1189472-
CMYK00.200.390.54
HSL28.7º24.21%37.25%-
HSV(B)28.7º38.98%46.27%-
XYZ12.6412.327.84-
YUV98.67112.95141.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.55%
GREEN value IS 94 (37.11% from 255) = 33.10%
BLUE value IS 72 (28.52% from 255) = 25.35%
R=41.55%
G=33.10%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118947200.200.390.5428.724.2137.25
Hex765E4801427361d1825
Octal1661361100244766353045
Binary1110110101111010010000101001001111101101110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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