Html Css Color HEX #763F56 Finn

📋 copy color: '#763F56'

red 118 ◦ green 63 ◦ blue 86

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

Shades of Finn #763F56

Tints of Finn #763F56

RGB

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

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

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

R = 44.19%
G = 23.6%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#763F56 (or 0x763F56) is known color: Finn. HEX triplet: 76, 3F and 56. RGB value is (118,63,86). Sum of RGB (Red+Green+Blue) = 118+63+86=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #763F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F56 is #89C0A9. Grayscale: #525252. Windows color (decimal): -9027754 or 5652342. OLE color: 5652342.

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

Color convert

RGB 118 63 86 -
CMYK 0 0.47 0.27 0.54
HSL 334.91º 0.3% 0.35% -
HSV(B) 334.91º 0.47% 0.46% -
XYZ 10.93 8.08 9.79 -
YUV 82.07 130.22 153.63 -
System Red Green Blue C M Y K H S L
Decimal 118 63 86 0 0.47 0.27 0.54 334.91 0.3 0.35
Hex 76 3F 56 0 2F 1B 36 14F 1E 23
Octal 166 77 126 0 57 33 66 517 36 43
Binary 1110110 111111 1010110 0 101111 11011 110110 101001111 11110 100011

Color Harmonies of #763F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F56

Black with #763F56

Text Example


Text Example

White with #763F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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