Html Css Color HEX #744955 Finn

📋 copy color: '#744955'

red 116 ◦ green 73 ◦ blue 85

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

Shades of Finn #744955

Tints of Finn #744955

RGB

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

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

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

R = 42.34%
G = 26.64%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#744955 (or 0x744955) is known color: Finn. HEX triplet: 74, 49 and 55. RGB value is (116,73,85). Sum of RGB (Red+Green+Blue) = 116+73+85=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #744955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744955 is #8BB6AA. Grayscale: #575757. Windows color (decimal): -9156267 or 5589364. OLE color: 5589364.

HSL color Cylindrical-coordinate representation of color #744955: hue angle of 343.26º 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 #744955 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 73 85 -
CMYK 0 0.37 0.27 0.55
HSL 343.26º 0.23% 0.37% -
HSV(B) 343.26º 0.37% 0.45% -
XYZ 11.22 9.13 9.77 -
YUV 87.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 116 73 85 0 0.37 0.27 0.55 343.26 0.23 0.37
Hex 74 49 55 0 25 1B 37 157 17 25
Octal 164 111 125 0 45 33 67 527 27 45
Binary 1110100 1001001 1010101 0 100101 11011 110111 101010111 10111 100101

Color Harmonies of #744955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744955

Black with #744955

Text Example


Text Example

White with #744955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744955; }

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

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

background-color css

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

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

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

border-color css

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

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

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