Html Css Color HEX #745C55 Dorado

📋 copy color: '#745C55'

red 116 ◦ green 92 ◦ blue 85

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

Shades of Dorado #745C55

Tints of Dorado #745C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.01%

R = 39.59%
G = 31.4%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#745C55 (or 0x745C55) is known color: Dorado. HEX triplet: 74, 5C and 55. RGB value is (116,92,85). Sum of RGB (Red+Green+Blue) = 116+92+85=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 116 - color contains mainly: red. Hex color #745C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C55 is #8BA3AA. Grayscale: #626262. Windows color (decimal): -9151403 or 5594228. OLE color: 5594228.

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

Color convert

RGB 116 92 85 -
CMYK 0 0.21 0.27 0.55
HSL 13.55º 0.15% 0.39% -
HSV(B) 13.55º 0.27% 0.45% -
XYZ 12.67 12.02 10.25 -
YUV 98.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 116 92 85 0 0.21 0.27 0.55 13.55 0.15 0.39
Hex 74 5C 55 0 15 1B 37 E F 27
Octal 164 134 125 0 25 33 67 16 17 47
Binary 1110100 1011100 1010101 0 10101 11011 110111 1110 1111 100111

Color Harmonies of #745C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745C55

Black with #745C55

Text Example


Text Example

White with #745C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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