#765B4E

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

Shades of Dorado #765B4E

Tints of Dorado #765B4E

Color information

#765B4E (or 0x765B4E) is unknown color: approx Dorado. HEX triplet: 76, 5B and 4E. RGB value is (118,91,78). Sum of RGB (Red+Green+Blue) = 118+91+78=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #765B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B4E is #89A4B1. Grayscale: #616161. Windows color (decimal): -9020594 or 5135222. OLE color: 5135222.

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

Color convert

RGB1189178-
CMYK00.230.340.54
HSL19.5º20.41%38.43%-
HSV(B)19.5º33.9%46.27%-
XYZ12.5911.888.84-
YUV97.59116.95142.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.11%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 78 (30.86% from 255) = 27.18%
R=41.11%
G=31.71%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118917800.230.340.5419.520.4138.43
Hex765B4E0172236141426
Octal1661331160274266242446
Binary1110110101101110011100101111000101101101010010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,91,78); }

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

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

 a { background-color: rgb(118,91,78); }

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

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

 span { border-color: rgb(118,91,78); }

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