Html Css Color HEX #773F54 Finn

📋 copy color: '#773F54'

red 119 ◦ green 63 ◦ blue 84

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

Shades of Finn #773F54

Tints of Finn #773F54

RGB

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

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

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

R = 44.74%
G = 23.68%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#773F54 (or 0x773F54) is known color: Finn. HEX triplet: 77, 3F and 54. RGB value is (119,63,84). Sum of RGB (Red+Green+Blue) = 119+63+84=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #773F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773F54 is #88C0AB. Grayscale: #525252. Windows color (decimal): -8962220 or 5521271. OLE color: 5521271.

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

Color convert

RGB 119 63 84 -
CMYK 0 0.47 0.29 0.53
HSL 337.5º 0.31% 0.36% -
HSV(B) 337.5º 0.47% 0.47% -
XYZ 10.99 8.12 9.38 -
YUV 82.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 119 63 84 0 0.47 0.29 0.53 337.5 0.31 0.36
Hex 77 3F 54 0 2F 1D 35 152 1F 24
Octal 167 77 124 0 57 35 65 522 37 44
Binary 1110111 111111 1010100 0 101111 11101 110101 101010010 11111 100100

Color Harmonies of #773F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F54

Black with #773F54

Text Example


Text Example

White with #773F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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