#775F54

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

Shades of Dorado #775F54

Tints of Dorado #775F54

Color information

#775F54 (or 0x775F54) is unknown color: approx Dorado. HEX triplet: 77, 5F and 54. RGB value is (119,95,84). Sum of RGB (Red+Green+Blue) = 119+95+84=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #775F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F54 is #88A0AB. Grayscale: #646464. Windows color (decimal): -8954028 or 5529463. OLE color: 5529463.

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

Color convert

RGB1199584-
CMYK00.200.290.53
HSL18.86º17.24%39.8%-
HSV(B)18.86º29.41%46.67%-
XYZ13.312.7510.15-
YUV100.92118.45140.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.93%
GREEN value IS 95 (37.5% from 255) = 31.88%
BLUE value IS 84 (33.20% from 255) = 28.19%
R=39.93%
G=31.88%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119958400.200.290.5318.8617.2439.8
Hex775F540141D35131128
Octal1671371240243565232150
Binary111011110111111010100010100111011101011001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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