Html Css Color HEX #773D55 Finn

📋 copy color: '#773D55'

red 119 ◦ green 61 ◦ blue 85

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

Shades of Finn #773D55

Tints of Finn #773D55

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.02%

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

R = 44.91%
G = 23.02%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#773D55 (or 0x773D55) is known color: Finn. HEX triplet: 77, 3D and 55. RGB value is (119,61,85). Sum of RGB (Red+Green+Blue) = 119+61+85=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #773D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773D55 is #88C2AA. Grayscale: #515151. Windows color (decimal): -8962731 or 5586295. OLE color: 5586295.

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

Color convert

RGB 119 61 85 -
CMYK 0 0.49 0.29 0.53
HSL 335.17º 0.32% 0.35% -
HSV(B) 335.17º 0.49% 0.47% -
XYZ 10.92 7.92 9.55 -
YUV 81.08 130.22 155.05 -
System Red Green Blue C M Y K H S L
Decimal 119 61 85 0 0.49 0.29 0.53 335.17 0.32 0.35
Hex 77 3D 55 0 31 1D 35 14F 20 23
Octal 167 75 125 0 61 35 65 517 40 43
Binary 1110111 111101 1010101 0 110001 11101 110101 101001111 100000 100011

Color Harmonies of #773D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773D55

Black with #773D55

Text Example


Text Example

White with #773D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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