Html Css Color HEX #743C5B Finn

📋 copy color: '#743C5B'

red 116 ◦ green 60 ◦ blue 91

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

Shades of Finn #743C5B

Tints of Finn #743C5B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.47%

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

R = 43.45%
G = 22.47%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#743C5B (or 0x743C5B) is known color: Finn. HEX triplet: 74, 3C and 5B. RGB value is (116,60,91). Sum of RGB (Red+Green+Blue) = 116+60+91=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #743C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743C5B is #8BC3A4. Grayscale: #505050. Windows color (decimal): -9159589 or 5979252. OLE color: 5979252.

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

Color convert

RGB 116 60 91 -
CMYK 0 0.48 0.22 0.55
HSL 326.79º 0.32% 0.35% -
HSV(B) 326.79º 0.48% 0.45% -
XYZ 10.71 7.7 10.82 -
YUV 80.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 116 60 91 0 0.48 0.22 0.55 326.79 0.32 0.35
Hex 74 3C 5B 0 30 16 37 147 20 23
Octal 164 74 133 0 60 26 67 507 40 43
Binary 1110100 111100 1011011 0 110000 10110 110111 101000111 100000 100011

Color Harmonies of #743C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743C5B

Black with #743C5B

Text Example


Text Example

White with #743C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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