#765C48

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

Shades of Domino #765C48

Tints of Domino #765C48

Color information

#765C48 (or 0x765C48) is unknown color: approx Domino. HEX triplet: 76, 5C and 48. RGB value is (118,92,72). Sum of RGB (Red+Green+Blue) = 118+92+72=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #765C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C48 is #89A3B7. Grayscale: #616161. Windows color (decimal): -9020344 or 4742262. OLE color: 4742262.

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

Color convert

RGB1189272-
CMYK00.220.390.54
HSL26.09º24.21%37.25%-
HSV(B)26.09º38.98%46.27%-
XYZ12.4711.977.78-
YUV97.49113.61142.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.84%
GREEN value IS 92 (36.33% from 255) = 32.62%
BLUE value IS 72 (28.52% from 255) = 25.53%
R=41.84%
G=32.62%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118927200.220.390.5426.0924.2137.25
Hex765C4801627361a1825
Octal1661341100264766323045
Binary1110110101110010010000101101001111101101101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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