#766054

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

Shades of Dorado #766054

Tints of Dorado #766054

Color information

#766054 (or 0x766054) is unknown color: approx Dorado. HEX triplet: 76, 60 and 54. RGB value is (118,96,84). Sum of RGB (Red+Green+Blue) = 118+96+84=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #766054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766054 is #899FAB. Grayscale: #656565. Windows color (decimal): -9019308 or 5529718. OLE color: 5529718.

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

Color convert

RGB1189684-
CMYK00.190.290.54
HSL21.18º16.83%39.61%-
HSV(B)21.18º28.81%46.27%-
XYZ13.2512.8610.17-
YUV101.21118.29139.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.60%
GREEN value IS 96 (37.89% from 255) = 32.21%
BLUE value IS 84 (33.20% from 255) = 28.19%
R=39.60%
G=32.21%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118968400.190.290.5421.1816.8339.61
Hex7660540131D36151128
Octal1661401240233566252150
Binary111011011000001010100010011111011101101010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766054; }

 p { color: rgb(118,96,84); }

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

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

 a { background-color: rgb(118,96,84); }

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

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

 span { border-color: rgb(118,96,84); }

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