#763C58

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

Shades of Finn #763C58

Tints of Finn #763C58

Color information

#763C58 (or 0x763C58) is unknown color: approx Finn. HEX triplet: 76, 3C and 58. RGB value is (118,60,88). Sum of RGB (Red+Green+Blue) = 118+60+88=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #763C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C58 is #89C3A7. Grayscale: #505050. Windows color (decimal): -9028520 or 5782646. OLE color: 5782646.

HSL color Cylindrical-coordinate representation of color #763C58: hue angle of 331.03º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #763C58 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB1186088-
CMYK00.490.250.54
HSL331.03º32.58%34.9%-
HSV(B)331.03º49.15%46.27%-
XYZ10.857.7910.16-
YUV80.53132.22154.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.36%
GREEN value IS 60 (23.83% from 255) = 22.56%
BLUE value IS 88 (34.77% from 255) = 33.08%
R=44.36%
G=22.56%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118608800.490.250.54331.0332.5834.9
Hex763C58031193614b2123
Octal1667413006131665134143
Binary11101101111001011000011000111001110110101001011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763C58; }

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

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

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

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

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

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

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

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