#766155

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

Shades of Dorado #766155

Tints of Dorado #766155

Color information

#766155 (or 0x766155) is unknown color: approx Dorado. HEX triplet: 76, 61 and 55. RGB value is (118,97,85). Sum of RGB (Red+Green+Blue) = 118+97+85=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #766155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766155 is #899EAA. Grayscale: #656565. Windows color (decimal): -9019051 or 5595510. OLE color: 5595510.

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

Color convert

RGB1189785-
CMYK00.180.280.54
HSL21.82º16.26%39.8%-
HSV(B)21.82º27.97%46.27%-
XYZ13.3913.0610.41-
YUV101.91118.46139.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.33%
GREEN value IS 97 (38.28% from 255) = 32.33%
BLUE value IS 85 (33.59% from 255) = 28.33%
R=39.33%
G=32.33%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118978500.180.280.5421.8216.2639.8
Hex7661550121C36161028
Octal1661411250223466262050
Binary111011011000011010101010010111001101101011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766155; }

 p { color: rgb(118,97,85); }

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

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

 a { background-color: rgb(118,97,85); }

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

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

 span { border-color: rgb(118,97,85); }

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