Html Css Color HEX #774454 Finn

📋 copy color: '#774454'

red 119 ◦ green 68 ◦ blue 84

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

Shades of Finn #774454

Tints of Finn #774454

RGB

 RED value IS 119 (46.88% from 255) = 43.91%

 GREEN value IS 68 (26.95% from 255) = 25.09%

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

R = 43.91%
G = 25.09%
B = 31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#774454 (or 0x774454) is known color: Finn. HEX triplet: 77, 44 and 54. RGB value is (119,68,84). Sum of RGB (Red+Green+Blue) = 119+68+84=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #774454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774454 is #88BBAB. Grayscale: #555555. Windows color (decimal): -8960940 or 5522551. OLE color: 5522551.

HSL color Cylindrical-coordinate representation of color #774454: hue angle of 341.18º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #774454 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 68 84 -
CMYK 0 0.43 0.29 0.53
HSL 341.18º 0.27% 0.37% -
HSV(B) 341.18º 0.43% 0.47% -
XYZ 11.28 8.7 9.47 -
YUV 85.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 119 68 84 0 0.43 0.29 0.53 341.18 0.27 0.37
Hex 77 44 54 0 2B 1D 35 155 1B 25
Octal 167 104 124 0 53 35 65 525 33 45
Binary 1110111 1000100 1010100 0 101011 11101 110101 101010101 11011 100101

Color Harmonies of #774454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774454

Black with #774454

Text Example


Text Example

White with #774454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774454; }

 p { color: rgb(119,68,84); }

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

background-color css

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

 a { background-color: rgb(119,68,84); }

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

border-color css

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

 span { border-color: rgb(119,68,84); }

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