Html Css Color HEX #744956 Finn

📋 copy color: '#744956'

red 116 ◦ green 73 ◦ blue 86

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

Shades of Finn #744956

Tints of Finn #744956

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.55%

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

R = 42.18%
G = 26.55%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#744956 (or 0x744956) is known color: Finn. HEX triplet: 74, 49 and 56. RGB value is (116,73,86). Sum of RGB (Red+Green+Blue) = 116+73+86=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #744956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744956 is #8BB6A9. Grayscale: #575757. Windows color (decimal): -9156266 or 5654900. OLE color: 5654900.

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

Color convert

RGB 116 73 86 -
CMYK 0 0.37 0.26 0.55
HSL 341.86º 0.23% 0.37% -
HSV(B) 341.86º 0.37% 0.45% -
XYZ 11.26 9.15 9.98 -
YUV 87.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 116 73 86 0 0.37 0.26 0.55 341.86 0.23 0.37
Hex 74 49 56 0 25 1A 37 156 17 25
Octal 164 111 126 0 45 32 67 526 27 45
Binary 1110100 1001001 1010110 0 100101 11010 110111 101010110 10111 100101

Color Harmonies of #744956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744956

Black with #744956

Text Example


Text Example

White with #744956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744956; }

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

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

background-color css

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

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

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

border-color css

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

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

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