#764053

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

Shades of Finn #764053

Tints of Finn #764053

Color information

#764053 (or 0x764053) is unknown color: approx Finn. HEX triplet: 76, 40 and 53. RGB value is (118,64,83). Sum of RGB (Red+Green+Blue) = 118+64+83=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #764053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764053 is #89BFAC. Grayscale: #525252. Windows color (decimal): -9027501 or 5455990. OLE color: 5455990.

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

Color convert

RGB1186483-
CMYK00.460.300.54
HSL338.89º29.67%35.69%-
HSV(B)338.89º45.76%46.27%-
XYZ10.878.149.18-
YUV82.31128.39153.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 83 (32.81% from 255) = 31.32%
R=44.53%
G=24.15%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118648300.460.300.54338.8929.6735.69
Hex76405302E1E361531e24
Octal16610012305636665233644
Binary11101101000000101001101011101111011011010101001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764053; }

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

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

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

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

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

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

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

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