#764454

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

Shades of Finn #764454

Tints of Finn #764454

Color information

#764454 (or 0x764454) is unknown color: approx Finn. HEX triplet: 76, 44 and 54. RGB value is (118,68,84). Sum of RGB (Red+Green+Blue) = 118+68+84=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #764454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764454 is #89BBAB. Grayscale: #545454. Windows color (decimal): -9026476 or 5522550. OLE color: 5522550.

HSL color Cylindrical-coordinate representation of color #764454: hue angle of 340.8º 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 #764454 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB1186884-
CMYK00.420.290.54
HSL340.8º26.88%36.47%-
HSV(B)340.8º42.37%46.27%-
XYZ11.148.639.47-
YUV84.77127.56151.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 68 (26.95% from 255) = 25.19%
BLUE value IS 84 (33.20% from 255) = 31.11%
R=43.70%
G=25.19%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118688400.420.290.54340.826.8836.47
Hex76445402A1D361551b24
Octal16610412405235665253344
Binary11101101000100101010001010101110111011010101010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764454; }

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

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

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

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

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

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

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

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