#764455

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

Shades of Finn #764455

Tints of Finn #764455

Color information

#764455 (or 0x764455) is unknown color: approx Finn. HEX triplet: 76, 44 and 55. RGB value is (118,68,85). Sum of RGB (Red+Green+Blue) = 118+68+85=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #764455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764455 is #89BBAA. Grayscale: #545454. Windows color (decimal): -9026475 or 5588086. OLE color: 5588086.

HSL color Cylindrical-coordinate representation of color #764455: hue angle of 339.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #764455 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB1186885-
CMYK00.420.280.54
HSL339.6º26.88%36.47%-
HSV(B)339.6º42.37%46.27%-
XYZ11.188.649.67-
YUV84.89128.06151.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.54%
GREEN value IS 68 (26.95% from 255) = 25.09%
BLUE value IS 85 (33.59% from 255) = 31.37%
R=43.54%
G=25.09%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118688500.420.280.54339.626.8836.47
Hex76445502A1C361541b24
Octal16610412505234665243344
Binary11101101000100101010101010101110011011010101010011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764455; }

 p { color: rgb(118,68,85); }

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

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

 a { background-color: rgb(118,68,85); }

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

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

 span { border-color: rgb(118,68,85); }

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