#746157

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

Shades of Dorado #746157

Tints of Dorado #746157

Color information

#746157 (or 0x746157) is unknown color: approx Dorado. HEX triplet: 74, 61 and 57. RGB value is (116,97,87). Sum of RGB (Red+Green+Blue) = 116+97+87=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #746157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746157 is #8B9EA8. Grayscale: #656565. Windows color (decimal): -9150121 or 5726580. OLE color: 5726580.

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

Color convert

RGB1169787-
CMYK00.160.250.55
HSL20.69º14.29%39.8%-
HSV(B)20.69º25%45.49%-
XYZ13.212.9510.82-
YUV101.54119.79138.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.67%
GREEN value IS 97 (38.28% from 255) = 32.33%
BLUE value IS 87 (34.38% from 255) = 29%
R=38.67%
G=32.33%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116978700.160.250.5520.6914.2939.8
Hex746157010193715e28
Octal1641411270203167251650
Binary11101001100001101011101000011001110111101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746157; }

 p { color: rgb(116,97,87); }

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

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

 a { background-color: rgb(116,97,87); }

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

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

 span { border-color: rgb(116,97,87); }

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