#775E54

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

Shades of Dorado #775E54

Tints of Dorado #775E54

Color information

#775E54 (or 0x775E54) is unknown color: approx Dorado. HEX triplet: 77, 5E and 54. RGB value is (119,94,84). Sum of RGB (Red+Green+Blue) = 119+94+84=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #775E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E54 is #88A1AB. Grayscale: #646464. Windows color (decimal): -8954284 or 5529207. OLE color: 5529207.

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

Color convert

RGB1199484-
CMYK00.210.290.53
HSL17.14º17.24%39.8%-
HSV(B)17.14º29.41%46.67%-
XYZ13.2112.5710.12-
YUV100.33118.78141.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 94 (37.11% from 255) = 31.65%
BLUE value IS 84 (33.20% from 255) = 28.28%
R=40.07%
G=31.65%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119948400.210.290.5317.1417.2439.8
Hex775E540151D35111128
Octal1671361240253565212150
Binary111011110111101010100010101111011101011000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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