#746058

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

Shades of Dorado #746058

Tints of Dorado #746058

Color information

#746058 (or 0x746058) is unknown color: approx Dorado. HEX triplet: 74, 60 and 58. RGB value is (116,96,88). Sum of RGB (Red+Green+Blue) = 116+96+88=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #746058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746058 is #8B9FA7. Grayscale: #656565. Windows color (decimal): -9150376 or 5791860. OLE color: 5791860.

HSL color Cylindrical-coordinate representation of color #746058: hue angle of 17.14º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #746058 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB1169688-
CMYK00.170.240.55
HSL17.14º13.73%40%-
HSV(B)17.14º24.14%45.49%-
XYZ13.1512.7811.01-
YUV101.07120.63138.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.67%
GREEN value IS 96 (37.89% from 255) = 32%
BLUE value IS 88 (34.77% from 255) = 29.33%
R=38.67%
G=32%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116968800.170.240.5517.1413.7340
Hex746058011183711e28
Octal1641401300213067211650
Binary11101001100000101100001000111000110111100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746058; }

 p { color: rgb(116,96,88); }

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

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

 a { background-color: rgb(116,96,88); }

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

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

 span { border-color: rgb(116,96,88); }

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