Html Css Color HEX #745B4E Dorado

📋 copy color: '#745B4E'

red 116 ◦ green 91 ◦ blue 78

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

Shades of Dorado #745B4E

Tints of Dorado #745B4E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.93%

 BLUE value IS 78 (30.86% from 255) = 27.37%

R = 40.7%
G = 31.93%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#745B4E (or 0x745B4E) is known color: Dorado. HEX triplet: 74, 5B and 4E. RGB value is (116,91,78). Sum of RGB (Red+Green+Blue) = 116+91+78=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #745B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745B4E is #8BA4B1. Grayscale: #616161. Windows color (decimal): -9151666 or 5135220. OLE color: 5135220.

HSL color Cylindrical-coordinate representation of color #745B4E: hue angle of 20.53º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #745B4E is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 91 78 -
CMYK 0 0.22 0.33 0.55
HSL 20.53º 0.2% 0.38% -
HSV(B) 20.53º 0.33% 0.45% -
XYZ 12.32 11.75 8.83 -
YUV 96.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 116 91 78 0 0.22 0.33 0.55 20.53 0.2 0.38
Hex 74 5B 4E 0 16 21 37 15 14 26
Octal 164 133 116 0 26 41 67 25 24 46
Binary 1110100 1011011 1001110 0 10110 100001 110111 10101 10100 100110

Color Harmonies of #745B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745B4E

Black with #745B4E

Text Example


Text Example

White with #745B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745B4E; }

 p { color: rgb(116,91,78); }

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

background-color css

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

 a { background-color: rgb(116,91,78); }

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

border-color css

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

 span { border-color: rgb(116,91,78); }

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