Html Css Color HEX #744152 Finn

📋 copy color: '#744152'

red 116 ◦ green 65 ◦ blue 82

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

Shades of Finn #744152

Tints of Finn #744152

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.71%

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

R = 44.11%
G = 24.71%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#744152 (or 0x744152) is known color: Finn. HEX triplet: 74, 41 and 52. RGB value is (116,65,82). Sum of RGB (Red+Green+Blue) = 116+65+82=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #744152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744152 is #8BBEAD. Grayscale: #525252. Windows color (decimal): -9158318 or 5390708. OLE color: 5390708.

HSL color Cylindrical-coordinate representation of color #744152: hue angle of 340º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #744152 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 65 82 -
CMYK 0 0.44 0.29 0.55
HSL 340º 0.28% 0.35% -
HSV(B) 340º 0.44% 0.45% -
XYZ 10.62 8.1 8.99 -
YUV 82.19 127.9 152.12 -
System Red Green Blue C M Y K H S L
Decimal 116 65 82 0 0.44 0.29 0.55 340 0.28 0.35
Hex 74 41 52 0 2C 1D 37 154 1C 23
Octal 164 101 122 0 54 35 67 524 34 43
Binary 1110100 1000001 1010010 0 101100 11101 110111 101010100 11100 100011

Color Harmonies of #744152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744152

Black with #744152

Text Example


Text Example

White with #744152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744152; }

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

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

background-color css

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

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

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

border-color css

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

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

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