Html Css Color HEX #744057 Finn

📋 copy color: '#744057'

red 116 ◦ green 64 ◦ blue 87

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

Shades of Finn #744057

Tints of Finn #744057

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.97%

 BLUE value IS 87 (34.38% from 255) = 32.58%

R = 43.45%
G = 23.97%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#744057 (or 0x744057) is known color: Finn. HEX triplet: 74, 40 and 57. RGB value is (116,64,87). Sum of RGB (Red+Green+Blue) = 116+64+87=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #744057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744057 is #8BBFA8. Grayscale: #525252. Windows color (decimal): -9158569 or 5718132. OLE color: 5718132.

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

Color convert

RGB 116 64 87 -
CMYK 0 0.45 0.25 0.55
HSL 333.46º 0.29% 0.35% -
HSV(B) 333.46º 0.45% 0.45% -
XYZ 10.76 8.07 10.01 -
YUV 82.17 130.73 152.13 -
System Red Green Blue C M Y K H S L
Decimal 116 64 87 0 0.45 0.25 0.55 333.46 0.29 0.35
Hex 74 40 57 0 2D 19 37 14D 1D 23
Octal 164 100 127 0 55 31 67 515 35 43
Binary 1110100 1000000 1010111 0 101101 11001 110111 101001101 11101 100011

Color Harmonies of #744057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744057

Black with #744057

Text Example


Text Example

White with #744057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744057; }

 p { color: rgb(116,64,87); }

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

background-color css

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

 a { background-color: rgb(116,64,87); }

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

border-color css

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

 span { border-color: rgb(116,64,87); }

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