Html Css Color HEX #774254 Finn

📋 copy color: '#774254'

red 119 ◦ green 66 ◦ blue 84

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

Shades of Finn #774254

Tints of Finn #774254

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.54%

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

R = 44.24%
G = 24.54%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#774254 (or 0x774254) is known color: Finn. HEX triplet: 77, 42 and 54. RGB value is (119,66,84). Sum of RGB (Red+Green+Blue) = 119+66+84=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #774254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774254 is #88BDAB. Grayscale: #535353. Windows color (decimal): -8961452 or 5522039. OLE color: 5522039.

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

Color convert

RGB 119 66 84 -
CMYK 0 0.45 0.29 0.53
HSL 339.62º 0.29% 0.36% -
HSV(B) 339.62º 0.45% 0.47% -
XYZ 11.16 8.46 9.43 -
YUV 83.9 128.06 153.04 -
System Red Green Blue C M Y K H S L
Decimal 119 66 84 0 0.45 0.29 0.53 339.62 0.29 0.36
Hex 77 42 54 0 2D 1D 35 154 1D 24
Octal 167 102 124 0 55 35 65 524 35 44
Binary 1110111 1000010 1010100 0 101101 11101 110101 101010100 11101 100100

Color Harmonies of #774254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774254

Black with #774254

Text Example


Text Example

White with #774254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774254; }

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

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

background-color css

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

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

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

border-color css

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

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

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