Html Css Color HEX #745950 Dorado

📋 copy color: '#745950'

red 116 ◦ green 89 ◦ blue 80

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

Shades of Dorado #745950

Tints of Dorado #745950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.23%

 BLUE value IS 80 (31.64% from 255) = 28.07%

R = 40.7%
G = 31.23%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#745950 (or 0x745950) is known color: Dorado. HEX triplet: 74, 59 and 50. RGB value is (116,89,80). Sum of RGB (Red+Green+Blue) = 116+89+80=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #745950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745950 is #8BA6AF. Grayscale: #606060. Windows color (decimal): -9152176 or 5265780. OLE color: 5265780.

HSL color Cylindrical-coordinate representation of color #745950: hue angle of 15º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #745950 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 89 80 -
CMYK 0 0.23 0.31 0.55
HSL 15º 0.18% 0.38% -
HSV(B) 15º 0.31% 0.45% -
XYZ 12.22 11.44 9.15 -
YUV 96.05 118.95 142.23 -
System Red Green Blue C M Y K H S L
Decimal 116 89 80 0 0.23 0.31 0.55 15 0.18 0.38
Hex 74 59 50 0 17 1F 37 F 12 26
Octal 164 131 120 0 27 37 67 17 22 46
Binary 1110100 1011001 1010000 0 10111 11111 110111 1111 10010 100110

Color Harmonies of #745950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745950

Black with #745950

Text Example


Text Example

White with #745950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745950; }

 p { color: rgb(116,89,80); }

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

background-color css

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

 a { background-color: rgb(116,89,80); }

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

border-color css

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

 span { border-color: rgb(116,89,80); }

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