Html Css Color HEX #744854 Finn

📋 copy color: '#744854'

red 116 ◦ green 72 ◦ blue 84

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

Shades of Finn #744854

Tints of Finn #744854

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.47%

 BLUE value IS 84 (33.2% from 255) = 30.88%

R = 42.65%
G = 26.47%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#744854 (or 0x744854) is known color: Finn. HEX triplet: 74, 48 and 54. RGB value is (116,72,84). Sum of RGB (Red+Green+Blue) = 116+72+84=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #744854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744854 is #8BB7AB. Grayscale: #565656. Windows color (decimal): -9156524 or 5523572. OLE color: 5523572.

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

Color convert

RGB 116 72 84 -
CMYK 0 0.38 0.28 0.55
HSL 343.64º 0.23% 0.37% -
HSV(B) 343.64º 0.38% 0.45% -
XYZ 11.12 8.99 9.54 -
YUV 86.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 116 72 84 0 0.38 0.28 0.55 343.64 0.23 0.37
Hex 74 48 54 0 26 1C 37 158 17 25
Octal 164 110 124 0 46 34 67 530 27 45
Binary 1110100 1001000 1010100 0 100110 11100 110111 101011000 10111 100101

Color Harmonies of #744854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744854

Black with #744854

Text Example


Text Example

White with #744854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744854; }

 p { color: rgb(116,72,84); }

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

background-color css

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

 a { background-color: rgb(116,72,84); }

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

border-color css

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

 span { border-color: rgb(116,72,84); }

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