Html Css Color HEX #743E5B Finn

📋 copy color: '#743E5B'

red 116 ◦ green 62 ◦ blue 91

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

Shades of Finn #743E5B

Tints of Finn #743E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.83%

R = 43.12%
G = 23.05%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#743E5B (or 0x743E5B) is known color: Finn. HEX triplet: 74, 3E and 5B. RGB value is (116,62,91). Sum of RGB (Red+Green+Blue) = 116+62+91=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #743E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743E5B is #8BC1A4. Grayscale: #515151. Windows color (decimal): -9159077 or 5979764. OLE color: 5979764.

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

Color convert

RGB 116 62 91 -
CMYK 0 0.47 0.22 0.55
HSL 327.78º 0.3% 0.35% -
HSV(B) 327.78º 0.47% 0.45% -
XYZ 10.81 7.91 10.86 -
YUV 81.45 133.39 152.64 -
System Red Green Blue C M Y K H S L
Decimal 116 62 91 0 0.47 0.22 0.55 327.78 0.3 0.35
Hex 74 3E 5B 0 2F 16 37 148 1E 23
Octal 164 76 133 0 57 26 67 510 36 43
Binary 1110100 111110 1011011 0 101111 10110 110111 101001000 11110 100011

Color Harmonies of #743E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E5B

Black with #743E5B

Text Example


Text Example

White with #743E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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