Html Css Color HEX #763F57 Finn

📋 copy color: '#763F57'

red 118 ◦ green 63 ◦ blue 87

#763F57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finn #763F57

Tints of Finn #763F57

RGB

 RED value IS 118 (46.48% from 255) = 44.03%

 GREEN value IS 63 (25% from 255) = 23.51%

 BLUE value IS 87 (34.38% from 255) = 32.46%

R = 44.03%
G = 23.51%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#763F57 (or 0x763F57) is known color: Finn. HEX triplet: 76, 3F and 57. RGB value is (118,63,87). Sum of RGB (Red+Green+Blue) = 118+63+87=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 87 (34.38% from 255 or 32.46% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #763F57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F57 is #89C0A8. Grayscale: #525252. Windows color (decimal): -9027753 or 5717878. OLE color: 5717878.

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

Color convert

RGB 118 63 87 -
CMYK 0 0.47 0.26 0.54
HSL 333.82º 0.3% 0.35% -
HSV(B) 333.82º 0.47% 0.46% -
XYZ 10.97 8.09 10 -
YUV 82.18 130.72 153.55 -
System Red Green Blue C M Y K H S L
Decimal 118 63 87 0 0.47 0.26 0.54 333.82 0.3 0.35
Hex 76 3F 57 0 2F 1A 36 14E 1E 23
Octal 166 77 127 0 57 32 66 516 36 43
Binary 1110110 111111 1010111 0 101111 11010 110110 101001110 11110 100011

Color Harmonies of #763F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F57

Black with #763F57

Text Example


Text Example

White with #763F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,63,87); }

 H1.HeaderClassName
 {
   color: #763F57;
 }
 .AnyTagClassName
 {
   color: #763F57;
 }
</style>

background-color css

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

 a { background-color: rgb(118,63,87); }

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

border-color css

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

 span { border-color: rgb(118,63,87); }

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