Html Css Color HEX #743A55 Finn

📋 copy color: '#743A55'

red 116 ◦ green 58 ◦ blue 85

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

Shades of Finn #743A55

Tints of Finn #743A55

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.39%

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

R = 44.79%
G = 22.39%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#743A55 (or 0x743A55) is known color: Finn. HEX triplet: 74, 3A and 55. RGB value is (116,58,85). Sum of RGB (Red+Green+Blue) = 116+58+85=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #743A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743A55 is #8BC5AA. Grayscale: #4E4E4E. Windows color (decimal): -9160107 or 5585524. OLE color: 5585524.

HSL color Cylindrical-coordinate representation of color #743A55: hue angle of 332.07º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #743A55 is Cyan = 0, Magento = 0.5, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 58 85 -
CMYK 0 0.5 0.27 0.55
HSL 332.07º 0.33% 0.34% -
HSV(B) 332.07º 0.5% 0.45% -
XYZ 10.36 7.39 9.48 -
YUV 78.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 116 58 85 0 0.5 0.27 0.55 332.07 0.33 0.34
Hex 74 3A 55 0 32 1B 37 14C 21 22
Octal 164 72 125 0 62 33 67 514 41 42
Binary 1110100 111010 1010101 0 110010 11011 110111 101001100 100001 100010

Color Harmonies of #743A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743A55

Black with #743A55

Text Example


Text Example

White with #743A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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