Html Css Color HEX #773F56 Finn

📋 copy color: '#773F56'

red 119 ◦ green 63 ◦ blue 86

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

Shades of Finn #773F56

Tints of Finn #773F56

RGB

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

 GREEN value IS 63 (25% from 255) = 23.51%

 BLUE value IS 86 (33.98% from 255) = 32.09%

R = 44.4%
G = 23.51%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#773F56 (or 0x773F56) is known color: Finn. HEX triplet: 77, 3F and 56. RGB value is (119,63,86). Sum of RGB (Red+Green+Blue) = 119+63+86=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #773F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773F56 is #88C0A9. Grayscale: #525252. Windows color (decimal): -8962218 or 5652343. OLE color: 5652343.

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

Color convert

RGB 119 63 86 -
CMYK 0 0.47 0.28 0.53
HSL 335.36º 0.31% 0.36% -
HSV(B) 335.36º 0.47% 0.47% -
XYZ 11.06 8.15 9.79 -
YUV 82.37 130.05 154.13 -
System Red Green Blue C M Y K H S L
Decimal 119 63 86 0 0.47 0.28 0.53 335.36 0.31 0.36
Hex 77 3F 56 0 2F 1C 35 14F 1F 24
Octal 167 77 126 0 57 34 65 517 37 44
Binary 1110111 111111 1010110 0 101111 11100 110101 101001111 11111 100100

Color Harmonies of #773F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F56

Black with #773F56

Text Example


Text Example

White with #773F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,63,86); }

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

background-color css

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

 a { background-color: rgb(119,63,86); }

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

border-color css

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

 span { border-color: rgb(119,63,86); }

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