Html Css Color HEX #745C4F Dorado

📋 copy color: '#745C4F'

red 116 ◦ green 92 ◦ blue 79

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

Shades of Dorado #745C4F

Tints of Dorado #745C4F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.06%

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

R = 40.42%
G = 32.06%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#745C4F (or 0x745C4F) is known color: Dorado. HEX triplet: 74, 5C and 4F. RGB value is (116,92,79). Sum of RGB (Red+Green+Blue) = 116+92+79=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #745C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C4F is #8BA3B0. Grayscale: #616161. Windows color (decimal): -9151409 or 5201012. OLE color: 5201012.

HSL color Cylindrical-coordinate representation of color #745C4F: hue angle of 21.08º 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 #745C4F is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 92 79 -
CMYK 0 0.21 0.32 0.55
HSL 21.08º 0.19% 0.38% -
HSV(B) 21.08º 0.32% 0.45% -
XYZ 12.44 11.93 9.04 -
YUV 97.69 117.45 141.06 -
System Red Green Blue C M Y K H S L
Decimal 116 92 79 0 0.21 0.32 0.55 21.08 0.19 0.38
Hex 74 5C 4F 0 15 20 37 15 13 26
Octal 164 134 117 0 25 40 67 25 23 46
Binary 1110100 1011100 1001111 0 10101 100000 110111 10101 10011 100110

Color Harmonies of #745C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745C4F

Black with #745C4F

Text Example


Text Example

White with #745C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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