#765F52

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

Shades of Dorado #765F52

Tints of Dorado #765F52

Color information

#765F52 (or 0x765F52) is unknown color: approx Dorado. HEX triplet: 76, 5F and 52. RGB value is (118,95,82). Sum of RGB (Red+Green+Blue) = 118+95+82=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #765F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F52 is #89A0AD. Grayscale: #646464. Windows color (decimal): -9019566 or 5398390. OLE color: 5398390.

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

Color convert

RGB1189582-
CMYK00.190.310.54
HSL21.67º18%39.22%-
HSV(B)21.67º30.51%46.27%-
XYZ13.0912.659.73-
YUV100.4117.62140.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 95 (37.5% from 255) = 32.20%
BLUE value IS 82 (32.42% from 255) = 27.80%
R=40%
G=32.20%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118958200.190.310.5421.671839.22
Hex765F520131F36161227
Octal1661371220233766262247
Binary111011010111111010010010011111111101101011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,95,82); }

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

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

 a { background-color: rgb(118,95,82); }

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

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

 span { border-color: rgb(118,95,82); }

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