Html Css Color HEX #745B4F Dorado

📋 copy color: '#745B4F'

red 116 ◦ green 91 ◦ blue 79

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

Shades of Dorado #745B4F

Tints of Dorado #745B4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.62%

R = 40.56%
G = 31.82%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#745B4F (or 0x745B4F) is known color: Dorado. HEX triplet: 74, 5B and 4F. RGB value is (116,91,79). Sum of RGB (Red+Green+Blue) = 116+91+79=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #745B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745B4F is #8BA4B0. Grayscale: #616161. Windows color (decimal): -9151665 or 5200756. OLE color: 5200756.

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

Color convert

RGB 116 91 79 -
CMYK 0 0.22 0.32 0.55
HSL 19.46º 0.19% 0.38% -
HSV(B) 19.46º 0.32% 0.45% -
XYZ 12.35 11.76 9.02 -
YUV 97.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 116 91 79 0 0.22 0.32 0.55 19.46 0.19 0.38
Hex 74 5B 4F 0 16 20 37 13 13 26
Octal 164 133 117 0 26 40 67 23 23 46
Binary 1110100 1011011 1001111 0 10110 100000 110111 10011 10011 100110

Color Harmonies of #745B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745B4F

Black with #745B4F

Text Example


Text Example

White with #745B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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