Html Css Color HEX #744655 Finn

📋 copy color: '#744655'

red 116 ◦ green 70 ◦ blue 85

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

Shades of Finn #744655

Tints of Finn #744655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.37%

R = 42.8%
G = 25.83%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#744655 (or 0x744655) is known color: Finn. HEX triplet: 74, 46 and 55. RGB value is (116,70,85). Sum of RGB (Red+Green+Blue) = 116+70+85=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #744655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744655 is #8BB9AA. Grayscale: #555555. Windows color (decimal): -9157035 or 5588596. OLE color: 5588596.

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

Color convert

RGB 116 70 85 -
CMYK 0 0.40 0.27 0.55
HSL 340.43º 0.25% 0.36% -
HSV(B) 340.43º 0.4% 0.45% -
XYZ 11.03 8.75 9.7 -
YUV 85.46 127.74 149.78 -
System Red Green Blue C M Y K H S L
Decimal 116 70 85 0 0.40 0.27 0.55 340.43 0.25 0.36
Hex 74 46 55 0 28 1B 37 154 19 24
Octal 164 106 125 0 50 33 67 524 31 44
Binary 1110100 1000110 1010101 0 101000 11011 110111 101010100 11001 100100

Color Harmonies of #744655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744655

Black with #744655

Text Example


Text Example

White with #744655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744655; }

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

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

background-color css

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

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

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

border-color css

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

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

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