#763D55

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

Shades of Finn #763D55

Tints of Finn #763D55

Color information

#763D55 (or 0x763D55) is unknown color: approx Finn. HEX triplet: 76, 3D and 55. RGB value is (118,61,85). Sum of RGB (Red+Green+Blue) = 118+61+85=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #763D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763D55 is #89C2AA. Grayscale: #505050. Windows color (decimal): -9028267 or 5586294. OLE color: 5586294.

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

Color convert

RGB1186185-
CMYK00.480.280.54
HSL334.74º31.84%35.1%-
HSV(B)334.74º48.31%46.27%-
XYZ10.787.849.54-
YUV80.78130.38154.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.70%
GREEN value IS 61 (24.22% from 255) = 23.11%
BLUE value IS 85 (33.59% from 255) = 32.20%
R=44.70%
G=23.11%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118618500.480.280.54334.7431.8435.1
Hex763D550301C3614f2023
Octal1667512506034665174043
Binary11101101111011010101011000011100110110101001111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,61,85); }

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

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

 a { background-color: rgb(118,61,85); }

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

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

 span { border-color: rgb(118,61,85); }

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