#775A4D

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

Shades of Dorado #775A4D

Tints of Dorado #775A4D

Color information

#775A4D (or 0x775A4D) is unknown color: approx Dorado. HEX triplet: 77, 5A and 4D. RGB value is (119,90,77). Sum of RGB (Red+Green+Blue) = 119+90+77=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #775A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A4D is #88A5B2. Grayscale: #616161. Windows color (decimal): -8955315 or 5069431. OLE color: 5069431.

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

Color convert

RGB1199077-
CMYK00.240.350.53
HSL18.57º21.43%38.43%-
HSV(B)18.57º35.29%46.67%-
XYZ12.611.778.63-
YUV97.19116.61143.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.61%
GREEN value IS 90 (35.55% from 255) = 31.47%
BLUE value IS 77 (30.47% from 255) = 26.92%
R=41.61%
G=31.47%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119907700.240.350.5318.5721.4338.43
Hex775A4D0182335131526
Octal1671321150304365232546
Binary1110111101101010011010110001000111101011001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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