Html Css Color HEX #743F58 Finn

📋 copy color: '#743F58'

red 116 ◦ green 63 ◦ blue 88

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

Shades of Finn #743F58

Tints of Finn #743F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.96%

R = 43.45%
G = 23.6%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#743F58 (or 0x743F58) is known color: Finn. HEX triplet: 74, 3F and 58. RGB value is (116,63,88). Sum of RGB (Red+Green+Blue) = 116+63+88=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #743F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743F58 is #8BC0A7. Grayscale: #515151. Windows color (decimal): -9158824 or 5783412. OLE color: 5783412.

HSL color Cylindrical-coordinate representation of color #743F58: hue angle of 331.7º 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 #743F58 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 63 88 -
CMYK 0 0.46 0.24 0.55
HSL 331.7º 0.3% 0.35% -
HSV(B) 331.7º 0.46% 0.45% -
XYZ 10.74 7.97 10.21 -
YUV 81.7 131.56 152.47 -
System Red Green Blue C M Y K H S L
Decimal 116 63 88 0 0.46 0.24 0.55 331.7 0.3 0.35
Hex 74 3F 58 0 2E 18 37 14C 1E 23
Octal 164 77 130 0 56 30 67 514 36 43
Binary 1110100 111111 1011000 0 101110 11000 110111 101001100 11110 100011

Color Harmonies of #743F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743F58

Black with #743F58

Text Example


Text Example

White with #743F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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