Html Css Color HEX #743F56 Finn

📋 copy color: '#743F56'

red 116 ◦ green 63 ◦ blue 86

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

Shades of Finn #743F56

Tints of Finn #743F56

RGB

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

 GREEN value IS 63 (25% from 255) = 23.77%

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

R = 43.77%
G = 23.77%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#743F56 (or 0x743F56) is known color: Finn. HEX triplet: 74, 3F and 56. RGB value is (116,63,86). Sum of RGB (Red+Green+Blue) = 116+63+86=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #743F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743F56 is #8BC0A9. Grayscale: #515151. Windows color (decimal): -9158826 or 5652340. OLE color: 5652340.

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

Color convert

RGB 116 63 86 -
CMYK 0 0.46 0.26 0.55
HSL 333.96º 0.3% 0.35% -
HSV(B) 333.96º 0.46% 0.45% -
XYZ 10.66 7.94 9.77 -
YUV 81.47 130.56 152.63 -
System Red Green Blue C M Y K H S L
Decimal 116 63 86 0 0.46 0.26 0.55 333.96 0.3 0.35
Hex 74 3F 56 0 2E 1A 37 14E 1E 23
Octal 164 77 126 0 56 32 67 516 36 43
Binary 1110100 111111 1010110 0 101110 11010 110111 101001110 11110 100011

Color Harmonies of #743F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743F56

Black with #743F56

Text Example


Text Example

White with #743F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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