Html Css Color HEX #745C50 Dorado

📋 copy color: '#745C50'

red 116 ◦ green 92 ◦ blue 80

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

Shades of Dorado #745C50

Tints of Dorado #745C50

RGB

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

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

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

R = 40.28%
G = 31.94%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#745C50 (or 0x745C50) is known color: Dorado. HEX triplet: 74, 5C and 50. RGB value is (116,92,80). Sum of RGB (Red+Green+Blue) = 116+92+80=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 116 - color contains mainly: red. Hex color #745C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C50 is #8BA3AF. Grayscale: #616161. Windows color (decimal): -9151408 or 5266548. OLE color: 5266548.

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

Color convert

RGB 116 92 80 -
CMYK 0 0.21 0.31 0.55
HSL 20º 0.18% 0.38% -
HSV(B) 20º 0.31% 0.45% -
XYZ 12.48 11.95 9.24 -
YUV 97.81 117.95 140.98 -
System Red Green Blue C M Y K H S L
Decimal 116 92 80 0 0.21 0.31 0.55 20 0.18 0.38
Hex 74 5C 50 0 15 1F 37 14 12 26
Octal 164 134 120 0 25 37 67 24 22 46
Binary 1110100 1011100 1010000 0 10101 11111 110111 10100 10010 100110

Color Harmonies of #745C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745C50

Black with #745C50

Text Example


Text Example

White with #745C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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