Html Css Color HEX #744158 Finn

📋 copy color: '#744158'

red 116 ◦ green 65 ◦ blue 88

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

Shades of Finn #744158

Tints of Finn #744158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.71%

R = 43.12%
G = 24.16%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#744158 (or 0x744158) is known color: Finn. HEX triplet: 74, 41 and 58. RGB value is (116,65,88). Sum of RGB (Red+Green+Blue) = 116+65+88=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #744158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744158 is #8BBEA7. Grayscale: #525252. Windows color (decimal): -9158312 or 5783924. OLE color: 5783924.

HSL color Cylindrical-coordinate representation of color #744158: hue angle of 332.94º 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 #744158 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 65 88 -
CMYK 0 0.44 0.24 0.55
HSL 332.94º 0.28% 0.35% -
HSV(B) 332.94º 0.44% 0.45% -
XYZ 10.85 8.2 10.24 -
YUV 82.87 130.9 151.63 -
System Red Green Blue C M Y K H S L
Decimal 116 65 88 0 0.44 0.24 0.55 332.94 0.28 0.35
Hex 74 41 58 0 2C 18 37 14D 1C 23
Octal 164 101 130 0 54 30 67 515 34 43
Binary 1110100 1000001 1011000 0 101100 11000 110111 101001101 11100 100011

Color Harmonies of #744158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744158

Black with #744158

Text Example


Text Example

White with #744158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744158; }

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

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

background-color css

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

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

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

border-color css

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

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

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