Html Css Color HEX #746259 Dorado

📋 copy color: '#746259'

red 116 ◦ green 98 ◦ blue 89

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

Shades of Dorado #746259

Tints of Dorado #746259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.37%

R = 38.28%
G = 32.34%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#746259 (or 0x746259) is known color: Dorado. HEX triplet: 74, 62 and 59. RGB value is (116,98,89). Sum of RGB (Red+Green+Blue) = 116+98+89=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 116 - color contains mainly: red. Hex color #746259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746259 is #8B9DA6. Grayscale: #666666. Windows color (decimal): -9149863 or 5857908. OLE color: 5857908.

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

Color convert

RGB 116 98 89 -
CMYK 0 0.16 0.23 0.55
HSL 20º 0.13% 0.4% -
HSV(B) 20º 0.23% 0.45% -
XYZ 13.37 13.17 11.29 -
YUV 102.36 120.46 137.73 -
System Red Green Blue C M Y K H S L
Decimal 116 98 89 0 0.16 0.23 0.55 20 0.13 0.4
Hex 74 62 59 0 10 17 37 14 D 28
Octal 164 142 131 0 20 27 67 24 15 50
Binary 1110100 1100010 1011001 0 10000 10111 110111 10100 1101 101000

Color Harmonies of #746259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746259

Black with #746259

Text Example


Text Example

White with #746259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746259; }

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

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

background-color css

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

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

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

border-color css

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

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

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