Html Css Color HEX #763C56 Finn

📋 copy color: '#763C56'

red 118 ◦ green 60 ◦ blue 86

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

Shades of Finn #763C56

Tints of Finn #763C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.58%

R = 44.7%
G = 22.73%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#763C56 (or 0x763C56) is known color: Finn. HEX triplet: 76, 3C and 56. RGB value is (118,60,86). Sum of RGB (Red+Green+Blue) = 118+60+86=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #763C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C56 is #89C3A9. Grayscale: #505050. Windows color (decimal): -9028522 or 5651574. OLE color: 5651574.

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

Color convert

RGB 118 60 86 -
CMYK 0 0.49 0.27 0.54
HSL 333.1º 0.33% 0.35% -
HSV(B) 333.1º 0.49% 0.46% -
XYZ 10.77 7.76 9.73 -
YUV 80.31 131.22 154.89 -
System Red Green Blue C M Y K H S L
Decimal 118 60 86 0 0.49 0.27 0.54 333.1 0.33 0.35
Hex 76 3C 56 0 31 1B 36 14D 21 23
Octal 166 74 126 0 61 33 66 515 41 43
Binary 1110110 111100 1010110 0 110001 11011 110110 101001101 100001 100011

Color Harmonies of #763C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C56

Black with #763C56

Text Example


Text Example

White with #763C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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