#765C52

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

Shades of Dorado #765C52

Tints of Dorado #765C52

Color information

#765C52 (or 0x765C52) is unknown color: approx Dorado. HEX triplet: 76, 5C and 52. RGB value is (118,92,82). Sum of RGB (Red+Green+Blue) = 118+92+82=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #765C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C52 is #89A3AD. Grayscale: #626262. Windows color (decimal): -9020334 or 5397622. OLE color: 5397622.

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

Color convert

RGB1189282-
CMYK00.220.310.54
HSL16.67º18%39.22%-
HSV(B)16.67º30.51%46.27%-
XYZ12.8212.129.65-
YUV98.63118.61141.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.41%
GREEN value IS 92 (36.33% from 255) = 31.51%
BLUE value IS 82 (32.42% from 255) = 28.08%
R=40.41%
G=31.51%
B=28.08%

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
Decimal118928200.220.310.5416.671839.22
Hex765C520161F36111227
Octal1661341220263766212247
Binary111011010111001010010010110111111101101000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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