#765C51

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

Shades of Dorado #765C51

Tints of Dorado #765C51

Color information

#765C51 (or 0x765C51) is unknown color: approx Dorado. HEX triplet: 76, 5C and 51. RGB value is (118,92,81). Sum of RGB (Red+Green+Blue) = 118+92+81=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #765C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C51 is #89A3AE. Grayscale: #626262. Windows color (decimal): -9020335 or 5332086. OLE color: 5332086.

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

Color convert

RGB1189281-
CMYK00.220.310.54
HSL17.84º18.59%39.02%-
HSV(B)17.84º31.36%46.27%-
XYZ12.7812.19.45-
YUV98.52118.11141.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.55%
GREEN value IS 92 (36.33% from 255) = 31.62%
BLUE value IS 81 (32.03% from 255) = 27.84%
R=40.55%
G=31.62%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118928100.220.310.5417.8418.5939.02
Hex765C510161F36121327
Octal1661341210263766222347
Binary111011010111001010001010110111111101101001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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