Html Css Color HEX #745C54 Dorado

📋 copy color: '#745C54'

red 116 ◦ green 92 ◦ blue 84

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

Shades of Dorado #745C54

Tints of Dorado #745C54

RGB

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

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

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

R = 39.73%
G = 31.51%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#745C54 (or 0x745C54) is known color: Dorado. HEX triplet: 74, 5C and 54. RGB value is (116,92,84). Sum of RGB (Red+Green+Blue) = 116+92+84=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 116 - color contains mainly: red. Hex color #745C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C54 is #8BA3AB. Grayscale: #626262. Windows color (decimal): -9151404 or 5528692. OLE color: 5528692.

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

Color convert

RGB 116 92 84 -
CMYK 0 0.21 0.28 0.55
HSL 15º 0.16% 0.39% -
HSV(B) 15º 0.28% 0.45% -
XYZ 12.63 12.01 10.04 -
YUV 98.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 116 92 84 0 0.21 0.28 0.55 15 0.16 0.39
Hex 74 5C 54 0 15 1C 37 F 10 27
Octal 164 134 124 0 25 34 67 17 20 47
Binary 1110100 1011100 1010100 0 10101 11100 110111 1111 10000 100111

Color Harmonies of #745C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745C54

Black with #745C54

Text Example


Text Example

White with #745C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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