#775B4E

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

Shades of Dorado #775B4E

Tints of Dorado #775B4E

Color information

#775B4E (or 0x775B4E) is unknown color: approx Dorado. HEX triplet: 77, 5B and 4E. RGB value is (119,91,78). Sum of RGB (Red+Green+Blue) = 119+91+78=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #775B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775B4E is #88A4B1. Grayscale: #616161. Windows color (decimal): -8955058 or 5135223. OLE color: 5135223.

HSL color Cylindrical-coordinate representation of color #775B4E: hue angle of 19.02º 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 #775B4E is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1199178-
CMYK00.240.340.53
HSL19.02º20.81%38.63%-
HSV(B)19.02º34.45%46.67%-
XYZ12.7211.958.84-
YUV97.89116.78143.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 91 (35.94% from 255) = 31.60%
BLUE value IS 78 (30.86% from 255) = 27.08%
R=41.32%
G=31.60%
B=27.08%

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
Decimal119917800.240.340.5319.0220.8138.63
Hex775B4E0182235131527
Octal1671331160304265232547
Binary1110111101101110011100110001000101101011001110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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