#764453

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

Shades of Finn #764453

Tints of Finn #764453

Color information

#764453 (or 0x764453) is unknown color: approx Finn. HEX triplet: 76, 44 and 53. RGB value is (118,68,83). Sum of RGB (Red+Green+Blue) = 118+68+83=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #764453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764453 is #89BBAC. Grayscale: #545454. Windows color (decimal): -9026477 or 5457014. OLE color: 5457014.

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

Color convert

RGB1186883-
CMYK00.420.300.54
HSL342º26.88%36.47%-
HSV(B)342º42.37%46.27%-
XYZ11.18.619.26-
YUV84.66127.06151.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.87%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 83 (32.81% from 255) = 30.86%
R=43.87%
G=25.28%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118688300.420.300.5434226.8836.47
Hex76445302A1E361561b24
Octal16610412305236665263344
Binary11101101000100101001101010101111011011010101011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764453; }

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

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

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

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

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

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

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

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