#764855

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

Shades of Finn #764855

Tints of Finn #764855

Color information

#764855 (or 0x764855) is unknown color: approx Finn. HEX triplet: 76, 48 and 55. RGB value is (118,72,85). Sum of RGB (Red+Green+Blue) = 118+72+85=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #764855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764855 is #89B7AA. Grayscale: #575757. Windows color (decimal): -9025451 or 5589110. OLE color: 5589110.

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

Color convert

RGB1187285-
CMYK00.390.280.54
HSL343.04º24.21%37.25%-
HSV(B)343.04º38.98%46.27%-
XYZ11.439.149.76-
YUV87.24126.74149.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 85 (33.59% from 255) = 30.91%
R=42.91%
G=26.18%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118728500.390.280.54343.0424.2137.25
Hex7648550271C361571825
Octal16611012504734665273045
Binary11101101001000101010101001111110011011010101011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764855; }

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

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

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

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

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

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

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

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