#765D4F

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

Shades of Dorado #765D4F

Tints of Dorado #765D4F

Color information

#765D4F (or 0x765D4F) is unknown color: approx Dorado. HEX triplet: 76, 5D and 4F. RGB value is (118,93,79). Sum of RGB (Red+Green+Blue) = 118+93+79=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #765D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765D4F is #89A2B0. Grayscale: #626262. Windows color (decimal): -9020081 or 5201270. OLE color: 5201270.

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

Color convert

RGB1189379-
CMYK00.210.330.54
HSL21.54º19.8%38.63%-
HSV(B)21.54º33.05%46.27%-
XYZ12.812.249.09-
YUV98.88116.78141.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.69%
GREEN value IS 93 (36.72% from 255) = 32.07%
BLUE value IS 79 (31.25% from 255) = 27.24%
R=40.69%
G=32.07%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118937900.210.330.5421.5419.838.63
Hex765D4F0152136161427
Octal1661351170254166262447
Binary1110110101110110011110101011000011101101011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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