Html Css Color HEX #746157 Dorado

📋 copy color: '#746157'

red 116 ◦ green 97 ◦ blue 87

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

Shades of Dorado #746157

Tints of Dorado #746157

RGB

 RED value IS 116 (45.7% 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 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

#746157 (or 0x746157) is known color: 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

RGB 116 97 87 -
CMYK 0 0.16 0.25 0.55
HSL 20.69º 0.14% 0.4% -
HSV(B) 20.69º 0.25% 0.45% -
XYZ 13.2 12.95 10.82 -
YUV 101.54 119.79 138.31 -
System Red Green Blue C M Y K H S L
Decimal 116 97 87 0 0.16 0.25 0.55 20.69 0.14 0.4
Hex 74 61 57 0 10 19 37 15 E 28
Octal 164 141 127 0 20 31 67 25 16 50
Binary 1110100 1100001 1010111 0 10000 11001 110111 10101 1110 101000

Color Harmonies of #746157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746157

Black with #746157

Text Example


Text Example

White with #746157

Text Example


Text Example

HTML Codes & Css Web 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>