#766359

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

Shades of Dorado #766359

Tints of Dorado #766359

Color information

#766359 (or 0x766359) is unknown color: approx Dorado. HEX triplet: 76, 63 and 59. RGB value is (118,99,89). Sum of RGB (Red+Green+Blue) = 118+99+89=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #766359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766359 is #899CA6. Grayscale: #676767. Windows color (decimal): -9018535 or 5858166. OLE color: 5858166.

HSL color Cylindrical-coordinate representation of color #766359: hue angle of 20.69º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #766359 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB1189989-
CMYK00.160.250.54
HSL20.69º14.01%40.59%-
HSV(B)20.69º24.58%46.27%-
XYZ13.7413.511.33-
YUV103.54119.79138.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.56%
GREEN value IS 99 (39.06% from 255) = 32.35%
BLUE value IS 89 (35.16% from 255) = 29.08%
R=38.56%
G=32.35%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118998900.160.250.5420.6914.0140.59
Hex766359010193615e29
Octal1661431310203166251651
Binary11101101100011101100101000011001110110101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766359; }

 p { color: rgb(118,99,89); }

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

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

 a { background-color: rgb(118,99,89); }

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

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

 span { border-color: rgb(118,99,89); }

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