#765D51

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

Shades of Dorado #765D51

Tints of Dorado #765D51

Color information

#765D51 (or 0x765D51) is unknown color: approx Dorado. HEX triplet: 76, 5D and 51. RGB value is (118,93,81). Sum of RGB (Red+Green+Blue) = 118+93+81=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #765D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765D51 is #89A2AE. Grayscale: #636363. Windows color (decimal): -9020079 or 5332342. OLE color: 5332342.

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

Color convert

RGB1189381-
CMYK00.210.310.54
HSL19.46º18.59%39.02%-
HSV(B)19.46º31.36%46.27%-
XYZ12.8712.279.48-
YUV99.11117.78141.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.41%
GREEN value IS 93 (36.72% from 255) = 31.85%
BLUE value IS 81 (32.03% from 255) = 27.74%
R=40.41%
G=31.85%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118938100.210.310.5419.4618.5939.02
Hex765D510151F36131327
Octal1661351210253766232347
Binary111011010111011010001010101111111101101001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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