#764655

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

Shades of Finn #764655

Tints of Finn #764655

Color information

#764655 (or 0x764655) is unknown color: approx Finn. HEX triplet: 76, 46 and 55. RGB value is (118,70,85). Sum of RGB (Red+Green+Blue) = 118+70+85=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #764655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764655 is #89B9AA. Grayscale: #565656. Windows color (decimal): -9025963 or 5588598. OLE color: 5588598.

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

Color convert

RGB1187085-
CMYK00.410.280.54
HSL341.25º25.53%36.86%-
HSV(B)341.25º40.68%46.27%-
XYZ11.38.899.71-
YUV86.06127.4150.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 85 (33.59% from 255) = 31.14%
R=43.22%
G=25.64%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118708500.410.280.54341.2525.5336.86
Hex7646550291C361551a25
Octal16610612505134665253245
Binary11101101000110101010101010011110011011010101010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764655; }

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

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

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

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

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

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

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

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