#775A4E

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

Shades of Dorado #775A4E

Tints of Dorado #775A4E

Color information

#775A4E (or 0x775A4E) is unknown color: approx Dorado. HEX triplet: 77, 5A and 4E. RGB value is (119,90,78). Sum of RGB (Red+Green+Blue) = 119+90+78=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #775A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A4E is #88A5B1. Grayscale: #616161. Windows color (decimal): -8955314 or 5134967. OLE color: 5134967.

HSL color Cylindrical-coordinate representation of color #775A4E: hue angle of 17.56º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #775A4E is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1199078-
CMYK00.240.340.53
HSL17.56º20.81%38.63%-
HSV(B)17.56º34.45%46.67%-
XYZ12.6411.788.82-
YUV97.3117.11143.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 90 (35.55% from 255) = 31.36%
BLUE value IS 78 (30.86% from 255) = 27.18%
R=41.46%
G=31.36%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119907800.240.340.5317.5620.8138.63
Hex775A4E0182235121527
Octal1671321160304265222547
Binary1110111101101010011100110001000101101011001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775A4E; }

 p { color: rgb(119,90,78); }

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

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

 a { background-color: rgb(119,90,78); }

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

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

 span { border-color: rgb(119,90,78); }

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