Html Css Color HEX #743E52 Finn

📋 copy color: '#743E52'

red 116 ◦ green 62 ◦ blue 82

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

Shades of Finn #743E52

Tints of Finn #743E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.54%

R = 44.62%
G = 23.85%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#743E52 (or 0x743E52) is known color: Finn. HEX triplet: 74, 3E and 52. RGB value is (116,62,82). Sum of RGB (Red+Green+Blue) = 116+62+82=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #743E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743E52 is #8BC1AD. Grayscale: #505050. Windows color (decimal): -9159086 or 5389940. OLE color: 5389940.

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

Color convert

RGB 116 62 82 -
CMYK 0 0.47 0.29 0.55
HSL 337.78º 0.3% 0.35% -
HSV(B) 337.78º 0.47% 0.45% -
XYZ 10.45 7.77 8.93 -
YUV 80.43 128.89 153.37 -
System Red Green Blue C M Y K H S L
Decimal 116 62 82 0 0.47 0.29 0.55 337.78 0.3 0.35
Hex 74 3E 52 0 2F 1D 37 152 1E 23
Octal 164 76 122 0 57 35 67 522 36 43
Binary 1110100 111110 1010010 0 101111 11101 110111 101010010 11110 100011

Color Harmonies of #743E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E52

Black with #743E52

Text Example


Text Example

White with #743E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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