#764153

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

Shades of Finn #764153

Tints of Finn #764153

Color information

#764153 (or 0x764153) is unknown color: approx Finn. HEX triplet: 76, 41 and 53. RGB value is (118,65,83). Sum of RGB (Red+Green+Blue) = 118+65+83=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #764153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764153 is #89BEAC. Grayscale: #525252. Windows color (decimal): -9027245 or 5456246. OLE color: 5456246.

HSL color Cylindrical-coordinate representation of color #764153: hue angle of 339.62º 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 #764153 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB1186583-
CMYK00.450.300.54
HSL339.62º28.96%35.88%-
HSV(B)339.62º44.92%46.27%-
XYZ10.928.269.2-
YUV82.9128.06153.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.36%
GREEN value IS 65 (25.78% from 255) = 24.44%
BLUE value IS 83 (32.81% from 255) = 31.20%
R=44.36%
G=24.44%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118658300.450.300.54339.6228.9635.88
Hex76415302D1E361541d24
Octal16610112305536665243544
Binary11101101000001101001101011011111011011010101010011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764153; }

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

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

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

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

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

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

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

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