Html Css Color HEX #744A56 Finn

📋 copy color: '#744A56'

red 116 ◦ green 74 ◦ blue 86

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

Shades of Finn #744A56

Tints of Finn #744A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.16%

R = 42.03%
G = 26.81%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#744A56 (or 0x744A56) is known color: Finn. HEX triplet: 74, 4A and 56. RGB value is (116,74,86). Sum of RGB (Red+Green+Blue) = 116+74+86=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #744A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744A56 is #8BB5A9. Grayscale: #575757. Windows color (decimal): -9156010 or 5655156. OLE color: 5655156.

HSL color Cylindrical-coordinate representation of color #744A56: hue angle of 342.86º 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 #744A56 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 74 86 -
CMYK 0 0.36 0.26 0.55
HSL 342.86º 0.22% 0.37% -
HSV(B) 342.86º 0.36% 0.45% -
XYZ 11.33 9.28 10 -
YUV 87.93 126.91 148.02 -
System Red Green Blue C M Y K H S L
Decimal 116 74 86 0 0.36 0.26 0.55 342.86 0.22 0.37
Hex 74 4A 56 0 24 1A 37 157 16 25
Octal 164 112 126 0 44 32 67 527 26 45
Binary 1110100 1001010 1010110 0 100100 11010 110111 101010111 10110 100101

Color Harmonies of #744A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744A56

Black with #744A56

Text Example


Text Example

White with #744A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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