Html Css Color HEX #745F54 Dorado

📋 copy color: '#745F54'

red 116 ◦ green 95 ◦ blue 84

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

Shades of Dorado #745F54

Tints of Dorado #745F54

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.2%

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

R = 39.32%
G = 32.2%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#745F54 (or 0x745F54) is known color: Dorado. HEX triplet: 74, 5F and 54. RGB value is (116,95,84). Sum of RGB (Red+Green+Blue) = 116+95+84=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #745F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745F54 is #8BA0AB. Grayscale: #646464. Windows color (decimal): -9150636 or 5529460. OLE color: 5529460.

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

Color convert

RGB 116 95 84 -
CMYK 0 0.18 0.28 0.55
HSL 20.63º 0.16% 0.39% -
HSV(B) 20.63º 0.28% 0.45% -
XYZ 12.89 12.54 10.13 -
YUV 100.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 116 95 84 0 0.18 0.28 0.55 20.63 0.16 0.39
Hex 74 5F 54 0 12 1C 37 15 10 27
Octal 164 137 124 0 22 34 67 25 20 47
Binary 1110100 1011111 1010100 0 10010 11100 110111 10101 10000 100111

Color Harmonies of #745F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745F54

Black with #745F54

Text Example


Text Example

White with #745F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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