#764158

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

Shades of Finn #764158

Tints of Finn #764158

Color information

#764158 (or 0x764158) is unknown color: approx Finn. HEX triplet: 76, 41 and 58. RGB value is (118,65,88). Sum of RGB (Red+Green+Blue) = 118+65+88=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #764158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764158 is #89BEA7. Grayscale: #535353. Windows color (decimal): -9027240 or 5783926. OLE color: 5783926.

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

Color convert

RGB1186588-
CMYK00.450.250.54
HSL333.96º28.96%35.88%-
HSV(B)333.96º44.92%46.27%-
XYZ11.128.3410.26-
YUV83.47130.56152.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.54%
GREEN value IS 65 (25.78% from 255) = 23.99%
BLUE value IS 88 (34.77% from 255) = 32.47%
R=43.54%
G=23.99%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118658800.450.250.54333.9628.9635.88
Hex76415802D193614e1d24
Octal16610113005531665163544
Binary11101101000001101100001011011100111011010100111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764158; }

 p { color: rgb(118,65,88); }

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

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

 a { background-color: rgb(118,65,88); }

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

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

 span { border-color: rgb(118,65,88); }

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