#765E4B

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

Shades of Domino #765E4B

Tints of Domino #765E4B

Color information

#765E4B (or 0x765E4B) is unknown color: approx Domino. HEX triplet: 76, 5E and 4B. RGB value is (118,94,75). Sum of RGB (Red+Green+Blue) = 118+94+75=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #765E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765E4B is #89A1B4. Grayscale: #636363. Windows color (decimal): -9019829 or 4939382. OLE color: 4939382.

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

Color convert

RGB1189475-
CMYK00.200.360.54
HSL26.51º22.28%37.84%-
HSV(B)26.51º36.44%46.27%-
XYZ12.7412.368.37-
YUV99.01114.45141.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.11%
GREEN value IS 94 (37.11% from 255) = 32.75%
BLUE value IS 75 (29.69% from 255) = 26.13%
R=41.11%
G=32.75%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118947500.200.360.5426.5122.2837.84
Hex765E4B01424361b1626
Octal1661361130244466332646
Binary1110110101111010010110101001001001101101101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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