Html Css Color HEX #774355 Finn

📋 copy color: '#774355'

red 119 ◦ green 67 ◦ blue 85

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

Shades of Finn #774355

Tints of Finn #774355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.72%

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

R = 43.91%
G = 24.72%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#774355 (or 0x774355) is known color: Finn. HEX triplet: 77, 43 and 55. RGB value is (119,67,85). Sum of RGB (Red+Green+Blue) = 119+67+85=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #774355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774355 is #88BCAA. Grayscale: #545454. Windows color (decimal): -8961195 or 5587831. OLE color: 5587831.

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

Color convert

RGB 119 67 85 -
CMYK 0 0.44 0.29 0.53
HSL 339.23º 0.28% 0.36% -
HSV(B) 339.23º 0.44% 0.47% -
XYZ 11.25 8.59 9.66 -
YUV 84.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 119 67 85 0 0.44 0.29 0.53 339.23 0.28 0.36
Hex 77 43 55 0 2C 1D 35 153 1C 24
Octal 167 103 125 0 54 35 65 523 34 44
Binary 1110111 1000011 1010101 0 101100 11101 110101 101010011 11100 100100

Color Harmonies of #774355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774355

Black with #774355

Text Example


Text Example

White with #774355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774355; }

 p { color: rgb(119,67,85); }

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

background-color css

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

 a { background-color: rgb(119,67,85); }

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

border-color css

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

 span { border-color: rgb(119,67,85); }

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