#776257

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

Shades of Dorado #776257

Tints of Dorado #776257

Color information

#776257 (or 0x776257) is unknown color: approx Dorado. HEX triplet: 77, 62 and 57. RGB value is (119,98,87). Sum of RGB (Red+Green+Blue) = 119+98+87=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #776257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776257 is #889DA8. Grayscale: #676767. Windows color (decimal): -8953257 or 5726839. OLE color: 5726839.

HSL color Cylindrical-coordinate representation of color #776257: hue angle of 20.63º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #776257 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1199887-
CMYK00.180.270.53
HSL20.63º15.53%40.39%-
HSV(B)20.63º26.89%46.67%-
XYZ13.713.3510.87-
YUV103.02118.96139.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.14%
GREEN value IS 98 (38.67% from 255) = 32.24%
BLUE value IS 87 (34.38% from 255) = 28.62%
R=39.14%
G=32.24%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119988700.180.270.5320.6315.5340.39
Hex7762570121B35151028
Octal1671421270223365252050
Binary111011111000101010111010010110111101011010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776257; }

 p { color: rgb(119,98,87); }

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

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

 a { background-color: rgb(119,98,87); }

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

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

 span { border-color: rgb(119,98,87); }

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