Html Css Color HEX #743E58 Finn

📋 copy color: '#743E58'

red 116 ◦ green 62 ◦ blue 88

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

Shades of Finn #743E58

Tints of Finn #743E58

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.31%

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

R = 43.61%
G = 23.31%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#743E58 (or 0x743E58) is known color: Finn. HEX triplet: 74, 3E and 58. RGB value is (116,62,88). Sum of RGB (Red+Green+Blue) = 116+62+88=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #743E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743E58 is #8BC1A7. Grayscale: #515151. Windows color (decimal): -9159080 or 5783156. OLE color: 5783156.

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

Color convert

RGB 116 62 88 -
CMYK 0 0.47 0.24 0.55
HSL 331.11º 0.3% 0.35% -
HSV(B) 331.11º 0.47% 0.45% -
XYZ 10.69 7.86 10.19 -
YUV 81.11 131.89 152.89 -
System Red Green Blue C M Y K H S L
Decimal 116 62 88 0 0.47 0.24 0.55 331.11 0.3 0.35
Hex 74 3E 58 0 2F 18 37 14B 1E 23
Octal 164 76 130 0 57 30 67 513 36 43
Binary 1110100 111110 1011000 0 101111 11000 110111 101001011 11110 100011

Color Harmonies of #743E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E58

Black with #743E58

Text Example


Text Example

White with #743E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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