#776055

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

Shades of Dorado #776055

Tints of Dorado #776055

Color information

#776055 (or 0x776055) is unknown color: approx Dorado. HEX triplet: 77, 60 and 55. RGB value is (119,96,85). Sum of RGB (Red+Green+Blue) = 119+96+85=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #776055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776055 is #889FAA. Grayscale: #656565. Windows color (decimal): -8953771 or 5595255. OLE color: 5595255.

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

Color convert

RGB1199685-
CMYK00.190.290.53
HSL19.41º16.67%40%-
HSV(B)19.41º28.57%46.67%-
XYZ13.4312.9410.38-
YUV101.62118.62140.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.67%
GREEN value IS 96 (37.89% from 255) = 32%
BLUE value IS 85 (33.59% from 255) = 28.33%
R=39.67%
G=32%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119968500.190.290.5319.4116.6740
Hex7760550131D35131128
Octal1671401250233565232150
Binary111011111000001010101010011111011101011001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776055; }

 p { color: rgb(119,96,85); }

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

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

 a { background-color: rgb(119,96,85); }

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

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

 span { border-color: rgb(119,96,85); }

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