Html Css Color HEX #745B54 Dorado

📋 copy color: '#745B54'

red 116 ◦ green 91 ◦ blue 84

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

Shades of Dorado #745B54

Tints of Dorado #745B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.87%

R = 39.86%
G = 31.27%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#745B54 (or 0x745B54) is known color: Dorado. HEX triplet: 74, 5B and 54. RGB value is (116,91,84). Sum of RGB (Red+Green+Blue) = 116+91+84=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #745B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745B54 is #8BA4AB. Grayscale: #616161. Windows color (decimal): -9151660 or 5528436. OLE color: 5528436.

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

Color convert

RGB 116 91 84 -
CMYK 0 0.22 0.28 0.55
HSL 13.13º 0.16% 0.39% -
HSV(B) 13.13º 0.28% 0.45% -
XYZ 12.54 11.84 10.01 -
YUV 97.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 116 91 84 0 0.22 0.28 0.55 13.13 0.16 0.39
Hex 74 5B 54 0 16 1C 37 D 10 27
Octal 164 133 124 0 26 34 67 15 20 47
Binary 1110100 1011011 1010100 0 10110 11100 110111 1101 10000 100111

Color Harmonies of #745B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745B54

Black with #745B54

Text Example


Text Example

White with #745B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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