Html Css Color HEX #774154 Finn

📋 copy color: '#774154'

red 119 ◦ green 65 ◦ blue 84

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

Shades of Finn #774154

Tints of Finn #774154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.25%

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

R = 44.4%
G = 24.25%
B = 31.34%

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

#774154 (or 0x774154) is known color: Finn. HEX triplet: 77, 41 and 54. RGB value is (119,65,84). Sum of RGB (Red+Green+Blue) = 119+65+84=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #774154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774154 is #88BEAB. Grayscale: #535353. Windows color (decimal): -8961708 or 5521783. OLE color: 5521783.

HSL color Cylindrical-coordinate representation of color #774154: hue angle of 338.89º 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 #774154 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 65 84 -
CMYK 0 0.45 0.29 0.53
HSL 338.89º 0.29% 0.36% -
HSV(B) 338.89º 0.45% 0.47% -
XYZ 11.1 8.34 9.41 -
YUV 83.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 119 65 84 0 0.45 0.29 0.53 338.89 0.29 0.36
Hex 77 41 54 0 2D 1D 35 153 1D 24
Octal 167 101 124 0 55 35 65 523 35 44
Binary 1110111 1000001 1010100 0 101101 11101 110101 101010011 11101 100100

Color Harmonies of #774154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774154

Black with #774154

Text Example


Text Example

White with #774154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774154; }

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

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

background-color css

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

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

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

border-color css

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

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

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