Html Css Color HEX #746257 Dorado

📋 copy color: '#746257'

red 116 ◦ green 98 ◦ blue 87

#746257
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dorado #746257

Tints of Dorado #746257

RGB

 RED value IS 116 (45.7% from 255) = 38.54%

 GREEN value IS 98 (38.67% from 255) = 32.56%

 BLUE value IS 87 (34.38% from 255) = 28.9%

R = 38.54%
G = 32.56%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#746257 (or 0x746257) is known color: Dorado. HEX triplet: 74, 62 and 57. RGB value is (116,98,87). Sum of RGB (Red+Green+Blue) = 116+98+87=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 116 - color contains mainly: red. Hex color #746257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746257 is #8B9DA8. Grayscale: #666666. Windows color (decimal): -9149865 or 5726836. OLE color: 5726836.

HSL color Cylindrical-coordinate representation of color #746257: hue angle of 22.76º 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 #746257 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 98 87 -
CMYK 0 0.16 0.25 0.55
HSL 22.76º 0.14% 0.4% -
HSV(B) 22.76º 0.25% 0.45% -
XYZ 13.29 13.14 10.85 -
YUV 102.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 116 98 87 0 0.16 0.25 0.55 22.76 0.14 0.4
Hex 74 62 57 0 10 19 37 17 E 28
Octal 164 142 127 0 20 31 67 27 16 50
Binary 1110100 1100010 1010111 0 10000 11001 110111 10111 1110 101000

Color Harmonies of #746257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746257

Black with #746257

Text Example


Text Example

White with #746257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746257; }

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

 H1.HeaderClassName
 {
   color: #746257;
 }
 .AnyTagClassName
 {
   color: #746257;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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