#774256

Color #774256 Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #774256

Tints of Finn #774256

Color information

#774256 (or 0x774256) is unknown color: approx Finn. HEX triplet: 77, 42 and 56. RGB value is (119,66,86). Sum of RGB (Red+Green+Blue) = 119+66+86=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #774256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774256 is #88BDA9. Grayscale: #545454. Windows color (decimal): -8961450 or 5653111. OLE color: 5653111.

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

Color convert

RGB1196686-
CMYK00.450.280.53
HSL337.36º28.65%36.27%-
HSV(B)337.36º44.54%46.67%-
XYZ11.248.499.85-
YUV84.13129.06152.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.91%
GREEN value IS 66 (26.17% from 255) = 24.35%
BLUE value IS 86 (33.98% from 255) = 31.73%
R=43.91%
G=24.35%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119668600.450.280.53337.3628.6536.27
Hex77425602D1C351511d24
Octal16710212605534655213544
Binary11101111000010101011001011011110011010110101000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774256; }

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

 H1.HeaderClassName
 {
   color: #774256;
 }
 .AnyTagClassName
 {
   color: #774256;
 }
</style>
background-color css

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

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

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

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

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

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