#764954

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

Shades of Finn #764954

Tints of Finn #764954

Color information

#764954 (or 0x764954) is unknown color: approx Finn. HEX triplet: 76, 49 and 54. RGB value is (118,73,84). Sum of RGB (Red+Green+Blue) = 118+73+84=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #764954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764954 is #89B6AB. Grayscale: #575757. Windows color (decimal): -9025196 or 5523830. OLE color: 5523830.

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

Color convert

RGB1187384-
CMYK00.380.290.54
HSL345.33º23.56%37.45%-
HSV(B)345.33º38.14%46.27%-
XYZ11.459.269.57-
YUV87.71125.91149.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 73 (28.91% from 255) = 26.55%
BLUE value IS 84 (33.20% from 255) = 30.55%
R=42.91%
G=26.55%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118738400.380.290.54345.3323.5637.45
Hex7649540261D361591825
Octal16611112404635665313045
Binary11101101001001101010001001101110111011010101100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764954; }

 p { color: rgb(118,73,84); }

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

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

 a { background-color: rgb(118,73,84); }

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

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

 span { border-color: rgb(118,73,84); }

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