#764556

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

Shades of Finn #764556

Tints of Finn #764556

Color information

#764556 (or 0x764556) is unknown color: approx Finn. HEX triplet: 76, 45 and 56. RGB value is (118,69,86). Sum of RGB (Red+Green+Blue) = 118+69+86=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #764556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764556 is #89BAA9. Grayscale: #555555. Windows color (decimal): -9026218 or 5653878. OLE color: 5653878.

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

Color convert

RGB1186986-
CMYK00.420.270.54
HSL339.18º26.2%36.67%-
HSV(B)339.18º41.53%46.27%-
XYZ11.288.789.9-
YUV85.59128.23151.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 86 (33.98% from 255) = 31.50%
R=43.22%
G=25.27%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118698600.420.270.54339.1826.236.67
Hex76455602A1B361531a25
Octal16610512605233665233245
Binary11101101000101101011001010101101111011010101001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764556; }

 p { color: rgb(118,69,86); }

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

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

 a { background-color: rgb(118,69,86); }

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

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

 span { border-color: rgb(118,69,86); }

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