#765D4C

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

Shades of Domino #765D4C

Tints of Domino #765D4C

Color information

#765D4C (or 0x765D4C) is unknown color: approx Domino. HEX triplet: 76, 5D and 4C. RGB value is (118,93,76). Sum of RGB (Red+Green+Blue) = 118+93+76=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #765D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765D4C is #89A2B3. Grayscale: #626262. Windows color (decimal): -9020084 or 5004662. OLE color: 5004662.

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

Color convert

RGB1189376-
CMYK00.210.360.54
HSL24.29º21.65%38.04%-
HSV(B)24.29º35.59%46.27%-
XYZ12.6912.28.52-
YUV98.54115.28141.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.11%
GREEN value IS 93 (36.72% from 255) = 32.40%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=41.11%
G=32.40%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118937600.210.360.5424.2921.6538.04
Hex765D4C0152436181626
Octal1661351140254466302646
Binary1110110101110110011000101011001001101101100010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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