#765C49

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

Shades of Domino #765C49

Tints of Domino #765C49

Color information

#765C49 (or 0x765C49) is unknown color: approx Domino. HEX triplet: 76, 5C and 49. RGB value is (118,92,73). Sum of RGB (Red+Green+Blue) = 118+92+73=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #765C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C49 is #89A3B6. Grayscale: #616161. Windows color (decimal): -9020343 or 4807798. OLE color: 4807798.

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

Color convert

RGB1189273-
CMYK00.220.380.54
HSL25.33º23.56%37.45%-
HSV(B)25.33º38.14%46.27%-
XYZ12.511.997.96-
YUV97.61114.11142.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 92 (36.33% from 255) = 32.51%
BLUE value IS 73 (28.91% from 255) = 25.80%
R=41.70%
G=32.51%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118927300.220.380.5425.3323.5637.45
Hex765C490162636191825
Octal1661341110264666313045
Binary1110110101110010010010101101001101101101100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,92,73); }

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

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

 a { background-color: rgb(118,92,73); }

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

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

 span { border-color: rgb(118,92,73); }

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