Html Css Color HEX #763A5B Finn

📋 copy color: '#763A5B'

red 118 ◦ green 58 ◦ blue 91

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

Shades of Finn #763A5B

Tints of Finn #763A5B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.72%

 BLUE value IS 91 (35.94% from 255) = 34.08%

R = 44.19%
G = 21.72%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#763A5B (or 0x763A5B) is known color: Finn. HEX triplet: 76, 3A and 5B. RGB value is (118,58,91). Sum of RGB (Red+Green+Blue) = 118+58+91=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #763A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763A5B is #89C5A4. Grayscale: #4F4F4F. Windows color (decimal): -9029029 or 5978742. OLE color: 5978742.

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

Color convert

RGB 118 58 91 -
CMYK 0 0.51 0.23 0.54
HSL 327º 0.34% 0.35% -
HSV(B) 327º 0.51% 0.46% -
XYZ 10.87 7.63 10.8 -
YUV 79.7 134.38 155.32 -
System Red Green Blue C M Y K H S L
Decimal 118 58 91 0 0.51 0.23 0.54 327 0.34 0.35
Hex 76 3A 5B 0 33 17 36 147 22 23
Octal 166 72 133 0 63 27 66 507 42 43
Binary 1110110 111010 1011011 0 110011 10111 110110 101000111 100010 100011

Color Harmonies of #763A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763A5B

Black with #763A5B

Text Example


Text Example

White with #763A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,58,91); }

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

background-color css

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

 a { background-color: rgb(118,58,91); }

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

border-color css

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

 span { border-color: rgb(118,58,91); }

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