Html Css Color HEX #763F53 Finn

📋 copy color: '#763F53'

red 118 ◦ green 63 ◦ blue 83

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

Shades of Finn #763F53

Tints of Finn #763F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.44%

R = 44.7%
G = 23.86%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#763F53 (or 0x763F53) is known color: Finn. HEX triplet: 76, 3F and 53. RGB value is (118,63,83). Sum of RGB (Red+Green+Blue) = 118+63+83=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #763F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F53 is #89C0AC. Grayscale: #515151. Windows color (decimal): -9027757 or 5455734. OLE color: 5455734.

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

Color convert

RGB 118 63 83 -
CMYK 0 0.47 0.30 0.54
HSL 338.18º 0.3% 0.35% -
HSV(B) 338.18º 0.47% 0.46% -
XYZ 10.81 8.03 9.16 -
YUV 81.73 128.72 153.87 -
System Red Green Blue C M Y K H S L
Decimal 118 63 83 0 0.47 0.30 0.54 338.18 0.3 0.35
Hex 76 3F 53 0 2F 1E 36 152 1E 23
Octal 166 77 123 0 57 36 66 522 36 43
Binary 1110110 111111 1010011 0 101111 11110 110110 101010010 11110 100011

Color Harmonies of #763F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F53

Black with #763F53

Text Example


Text Example

White with #763F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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