Html Css Color HEX #763B5A Finn

📋 copy color: '#763B5A'

red 118 ◦ green 59 ◦ blue 90

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

Shades of Finn #763B5A

Tints of Finn #763B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.71%

R = 44.19%
G = 22.1%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#763B5A (or 0x763B5A) is known color: Finn. HEX triplet: 76, 3B and 5A. RGB value is (118,59,90). Sum of RGB (Red+Green+Blue) = 118+59+90=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #763B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B5A is #89C4A5. Grayscale: #505050. Windows color (decimal): -9028774 or 5913462. OLE color: 5913462.

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

Color convert

RGB 118 59 90 -
CMYK 0 0.50 0.24 0.54
HSL 328.47º 0.33% 0.35% -
HSV(B) 328.47º 0.5% 0.46% -
XYZ 10.88 7.72 10.59 -
YUV 80.18 133.55 154.98 -
System Red Green Blue C M Y K H S L
Decimal 118 59 90 0 0.50 0.24 0.54 328.47 0.33 0.35
Hex 76 3B 5A 0 32 18 36 148 21 23
Octal 166 73 132 0 62 30 66 510 41 43
Binary 1110110 111011 1011010 0 110010 11000 110110 101001000 100001 100011

Color Harmonies of #763B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763B5A

Black with #763B5A

Text Example


Text Example

White with #763B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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