Html Css Color HEX #763C57 Finn

📋 copy color: '#763C57'

red 118 ◦ green 60 ◦ blue 87

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

Shades of Finn #763C57

Tints of Finn #763C57

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.64%

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

R = 44.53%
G = 22.64%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#763C57 (or 0x763C57) is known color: Finn. HEX triplet: 76, 3C and 57. RGB value is (118,60,87). Sum of RGB (Red+Green+Blue) = 118+60+87=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #763C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C57 is #89C3A8. Grayscale: #505050. Windows color (decimal): -9028521 or 5717110. OLE color: 5717110.

HSL color Cylindrical-coordinate representation of color #763C57: hue angle of 332.07º 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 #763C57 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 60 87 -
CMYK 0 0.49 0.26 0.54
HSL 332.07º 0.33% 0.35% -
HSV(B) 332.07º 0.49% 0.46% -
XYZ 10.81 7.77 9.95 -
YUV 80.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 118 60 87 0 0.49 0.26 0.54 332.07 0.33 0.35
Hex 76 3C 57 0 31 1A 36 14C 21 23
Octal 166 74 127 0 61 32 66 514 41 43
Binary 1110110 111100 1010111 0 110001 11010 110110 101001100 100001 100011

Color Harmonies of #763C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C57

Black with #763C57

Text Example


Text Example

White with #763C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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