Html Css Color HEX #744A53 Finn

📋 copy color: '#744A53'

red 116 ◦ green 74 ◦ blue 83

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

Shades of Finn #744A53

Tints of Finn #744A53

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.11%

 BLUE value IS 83 (32.81% from 255) = 30.4%

R = 42.49%
G = 27.11%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#744A53 (or 0x744A53) is known color: Finn. HEX triplet: 74, 4A and 53. RGB value is (116,74,83). Sum of RGB (Red+Green+Blue) = 116+74+83=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #744A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744A53 is #8BB5AC. Grayscale: #575757. Windows color (decimal): -9156013 or 5458548. OLE color: 5458548.

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

Color convert

RGB 116 74 83 -
CMYK 0 0.36 0.28 0.55
HSL 347.14º 0.22% 0.37% -
HSV(B) 347.14º 0.36% 0.45% -
XYZ 11.21 9.24 9.38 -
YUV 87.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 116 74 83 0 0.36 0.28 0.55 347.14 0.22 0.37
Hex 74 4A 53 0 24 1C 37 15B 16 25
Octal 164 112 123 0 44 34 67 533 26 45
Binary 1110100 1001010 1010011 0 100100 11100 110111 101011011 10110 100101

Color Harmonies of #744A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744A53

Black with #744A53

Text Example


Text Example

White with #744A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744A53; }

 p { color: rgb(116,74,83); }

 H1.HeaderClassName
 {
   color: #744A53;
 }
 .AnyTagClassName
 {
   color: #744A53;
 }
</style>

background-color css

<style>
 a { background-color: #744A53; }

 a { background-color: rgb(116,74,83); }

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

border-color css

<style>
 span { border-color: #744A53; }

 span { border-color: rgb(116,74,83); }

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