Html Css Color HEX #744856 Finn

📋 copy color: '#744856'

red 116 ◦ green 72 ◦ blue 86

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

Shades of Finn #744856

Tints of Finn #744856

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.28%

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

R = 42.34%
G = 26.28%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#744856 (or 0x744856) is known color: Finn. HEX triplet: 74, 48 and 56. RGB value is (116,72,86). Sum of RGB (Red+Green+Blue) = 116+72+86=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #744856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744856 is #8BB7A9. Grayscale: #565656. Windows color (decimal): -9156522 or 5654644. OLE color: 5654644.

HSL color Cylindrical-coordinate representation of color #744856: hue angle of 340.91º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #744856 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 72 86 -
CMYK 0 0.38 0.26 0.55
HSL 340.91º 0.23% 0.37% -
HSV(B) 340.91º 0.38% 0.45% -
XYZ 11.2 9.02 9.95 -
YUV 86.75 127.58 148.86 -
System Red Green Blue C M Y K H S L
Decimal 116 72 86 0 0.38 0.26 0.55 340.91 0.23 0.37
Hex 74 48 56 0 26 1A 37 155 17 25
Octal 164 110 126 0 46 32 67 525 27 45
Binary 1110100 1001000 1010110 0 100110 11010 110111 101010101 10111 100101

Color Harmonies of #744856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744856

Black with #744856

Text Example


Text Example

White with #744856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744856; }

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

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

background-color css

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

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

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

border-color css

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

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

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