Html Css Color HEX #744156 Finn

📋 copy color: '#744156'

red 116 ◦ green 65 ◦ blue 86

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

Shades of Finn #744156

Tints of Finn #744156

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.34%

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

R = 43.45%
G = 24.34%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#744156 (or 0x744156) is known color: Finn. HEX triplet: 74, 41 and 56. RGB value is (116,65,86). Sum of RGB (Red+Green+Blue) = 116+65+86=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #744156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744156 is #8BBEA9. Grayscale: #525252. Windows color (decimal): -9158314 or 5652852. OLE color: 5652852.

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

Color convert

RGB 116 65 86 -
CMYK 0 0.44 0.26 0.55
HSL 335.29º 0.28% 0.35% -
HSV(B) 335.29º 0.44% 0.45% -
XYZ 10.77 8.17 9.81 -
YUV 82.64 129.9 151.79 -
System Red Green Blue C M Y K H S L
Decimal 116 65 86 0 0.44 0.26 0.55 335.29 0.28 0.35
Hex 74 41 56 0 2C 1A 37 14F 1C 23
Octal 164 101 126 0 54 32 67 517 34 43
Binary 1110100 1000001 1010110 0 101100 11010 110111 101001111 11100 100011

Color Harmonies of #744156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744156

Black with #744156

Text Example


Text Example

White with #744156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744156; }

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

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

background-color css

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

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

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

border-color css

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

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

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