#765E53

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

Shades of Dorado #765E53

Tints of Dorado #765E53

Color information

#765E53 (or 0x765E53) is unknown color: approx Dorado. HEX triplet: 76, 5E and 53. RGB value is (118,94,83). Sum of RGB (Red+Green+Blue) = 118+94+83=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #765E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E53 is #89A1AC. Grayscale: #636363. Windows color (decimal): -9019821 or 5463670. OLE color: 5463670.

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

Color convert

RGB1189483-
CMYK00.200.300.54
HSL18.86º17.41%39.41%-
HSV(B)18.86º29.66%46.27%-
XYZ13.0412.489.91-
YUV99.92118.45140.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 94 (37.11% from 255) = 31.86%
BLUE value IS 83 (32.81% from 255) = 28.14%
R=40%
G=31.86%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118948300.200.300.5418.8617.4139.41
Hex765E530141E36131127
Octal1661361230243666232147
Binary111011010111101010011010100111101101101001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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