#765E54

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

Shades of Dorado #765E54

Tints of Dorado #765E54

Color information

#765E54 (or 0x765E54) is unknown color: approx Dorado. HEX triplet: 76, 5E and 54. RGB value is (118,94,84). Sum of RGB (Red+Green+Blue) = 118+94+84=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #765E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E54 is #89A1AB. Grayscale: #646464. Windows color (decimal): -9019820 or 5529206. OLE color: 5529206.

HSL color Cylindrical-coordinate representation of color #765E54: hue angle of 17.65º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #765E54 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB1189484-
CMYK00.200.290.54
HSL17.65º16.83%39.61%-
HSV(B)17.65º28.81%46.27%-
XYZ13.0712.510.11-
YUV100.04118.95140.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.86%
GREEN value IS 94 (37.11% from 255) = 31.76%
BLUE value IS 84 (33.20% from 255) = 28.38%
R=39.86%
G=31.76%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118948400.200.290.5417.6516.8339.61
Hex765E540141D36121128
Octal1661361240243566222150
Binary111011010111101010100010100111011101101001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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