#764354

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

Shades of Finn #764354

Tints of Finn #764354

Color information

#764354 (or 0x764354) is unknown color: approx Finn. HEX triplet: 76, 43 and 54. RGB value is (118,67,84). Sum of RGB (Red+Green+Blue) = 118+67+84=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #764354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764354 is #89BCAB. Grayscale: #545454. Windows color (decimal): -9026732 or 5522294. OLE color: 5522294.

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

Color convert

RGB1186784-
CMYK00.430.290.54
HSL340º27.57%36.27%-
HSV(B)340º43.22%46.27%-
XYZ11.088.519.45-
YUV84.19127.9152.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.87%
GREEN value IS 67 (26.56% from 255) = 24.91%
BLUE value IS 84 (33.20% from 255) = 31.23%
R=43.87%
G=24.91%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118678400.430.290.5434027.5736.27
Hex76435402B1D361541c24
Octal16610312405335665243444
Binary11101101000011101010001010111110111011010101010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764354; }

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

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

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

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

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

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

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

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