Html Css Color HEX #763B5B Finn

📋 copy color: '#763B5B'

red 118 ◦ green 59 ◦ blue 91

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

Shades of Finn #763B5B

Tints of Finn #763B5B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.01%

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

R = 44.03%
G = 22.01%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#763B5B (or 0x763B5B) is known color: Finn. HEX triplet: 76, 3B and 5B. RGB value is (118,59,91). Sum of RGB (Red+Green+Blue) = 118+59+91=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #763B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B5B is #89C4A4. Grayscale: #505050. Windows color (decimal): -9028773 or 5978998. OLE color: 5978998.

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

Color convert

RGB 118 59 91 -
CMYK 0 0.50 0.23 0.54
HSL 327.46º 0.33% 0.35% -
HSV(B) 327.46º 0.5% 0.46% -
XYZ 10.92 7.73 10.81 -
YUV 80.29 134.05 154.9 -
System Red Green Blue C M Y K H S L
Decimal 118 59 91 0 0.50 0.23 0.54 327.46 0.33 0.35
Hex 76 3B 5B 0 32 17 36 147 21 23
Octal 166 73 133 0 62 27 66 507 41 43
Binary 1110110 111011 1011011 0 110010 10111 110110 101000111 100001 100011

Color Harmonies of #763B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763B5B

Black with #763B5B

Text Example


Text Example

White with #763B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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