Html Css Color HEX #744654 Finn

📋 copy color: '#744654'

red 116 ◦ green 70 ◦ blue 84

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

Shades of Finn #744654

Tints of Finn #744654

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.93%

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

R = 42.96%
G = 25.93%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#744654 (or 0x744654) is known color: Finn. HEX triplet: 74, 46 and 54. RGB value is (116,70,84). Sum of RGB (Red+Green+Blue) = 116+70+84=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #744654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744654 is #8BB9AB. Grayscale: #555555. Windows color (decimal): -9157036 or 5523060. OLE color: 5523060.

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

Color convert

RGB 116 70 84 -
CMYK 0 0.40 0.28 0.55
HSL 341.74º 0.25% 0.36% -
HSV(B) 341.74º 0.4% 0.45% -
XYZ 10.99 8.73 9.49 -
YUV 85.35 127.24 149.86 -
System Red Green Blue C M Y K H S L
Decimal 116 70 84 0 0.40 0.28 0.55 341.74 0.25 0.36
Hex 74 46 54 0 28 1C 37 156 19 24
Octal 164 106 124 0 50 34 67 526 31 44
Binary 1110100 1000110 1010100 0 101000 11100 110111 101010110 11001 100100

Color Harmonies of #744654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744654

Black with #744654

Text Example


Text Example

White with #744654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744654; }

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

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

background-color css

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

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

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

border-color css

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

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

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