#764755

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

Shades of Finn #764755

Tints of Finn #764755

Color information

#764755 (or 0x764755) is unknown color: approx Finn. HEX triplet: 76, 47 and 55. RGB value is (118,71,85). Sum of RGB (Red+Green+Blue) = 118+71+85=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #764755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764755 is #89B8AA. Grayscale: #565656. Windows color (decimal): -9025707 or 5588854. OLE color: 5588854.

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

Color convert

RGB1187185-
CMYK00.400.280.54
HSL342.13º24.87%37.06%-
HSV(B)342.13º39.83%46.27%-
XYZ11.369.019.74-
YUV86.65127.07150.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 85 (33.59% from 255) = 31.02%
R=43.07%
G=25.91%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118718500.400.280.54342.1324.8737.06
Hex7647550281C361561925
Octal16610712505034665263145
Binary11101101000111101010101010001110011011010101011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764755; }

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

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

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

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

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

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

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

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