Html Css Color HEX #746158 Dorado

📋 copy color: '#746158'

red 116 ◦ green 97 ◦ blue 88

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

Shades of Dorado #746158

Tints of Dorado #746158

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.23%

 BLUE value IS 88 (34.77% from 255) = 29.24%

R = 38.54%
G = 32.23%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#746158 (or 0x746158) is known color: Dorado. HEX triplet: 74, 61 and 58. RGB value is (116,97,88). Sum of RGB (Red+Green+Blue) = 116+97+88=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 116 - color contains mainly: red. Hex color #746158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746158 is #8B9EA7. Grayscale: #656565. Windows color (decimal): -9150120 or 5792116. OLE color: 5792116.

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

Color convert

RGB 116 97 88 -
CMYK 0 0.16 0.24 0.55
HSL 19.29º 0.14% 0.4% -
HSV(B) 19.29º 0.24% 0.45% -
XYZ 13.24 12.97 11.04 -
YUV 101.66 120.29 138.23 -
System Red Green Blue C M Y K H S L
Decimal 116 97 88 0 0.16 0.24 0.55 19.29 0.14 0.4
Hex 74 61 58 0 10 18 37 13 E 28
Octal 164 141 130 0 20 30 67 23 16 50
Binary 1110100 1100001 1011000 0 10000 11000 110111 10011 1110 101000

Color Harmonies of #746158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746158

Black with #746158

Text Example


Text Example

White with #746158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746158; }

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

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

background-color css

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

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

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

border-color css

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

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

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