#775E4E

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

Shades of Dorado #775E4E

Tints of Dorado #775E4E

Color information

#775E4E (or 0x775E4E) is unknown color: approx Dorado. HEX triplet: 77, 5E and 4E. RGB value is (119,94,78). Sum of RGB (Red+Green+Blue) = 119+94+78=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #775E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E4E is #88A1B1. Grayscale: #636363. Windows color (decimal): -8954290 or 5135991. OLE color: 5135991.

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

Color convert

RGB1199478-
CMYK00.210.340.53
HSL23.41º20.81%38.63%-
HSV(B)23.41º34.45%46.67%-
XYZ12.9912.488.93-
YUV99.65115.78141.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.89%
GREEN value IS 94 (37.11% from 255) = 32.30%
BLUE value IS 78 (30.86% from 255) = 26.80%
R=40.89%
G=32.30%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119947800.210.340.5323.4120.8138.63
Hex775E4E0152235171527
Octal1671361160254265272547
Binary1110111101111010011100101011000101101011011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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