Html Css Color HEX #763B58 Finn

📋 copy color: '#763B58'

red 118 ◦ green 59 ◦ blue 88

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

Shades of Finn #763B58

Tints of Finn #763B58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 33.21%

R = 44.53%
G = 22.26%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#763B58 (or 0x763B58) is known color: Finn. HEX triplet: 76, 3B and 58. RGB value is (118,59,88). Sum of RGB (Red+Green+Blue) = 118+59+88=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #763B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B58 is #89C4A7. Grayscale: #4F4F4F. Windows color (decimal): -9028776 or 5782390. OLE color: 5782390.

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

Color convert

RGB 118 59 88 -
CMYK 0 0.50 0.25 0.54
HSL 330.51º 0.33% 0.35% -
HSV(B) 330.51º 0.5% 0.46% -
XYZ 10.8 7.68 10.15 -
YUV 79.95 132.55 155.14 -
System Red Green Blue C M Y K H S L
Decimal 118 59 88 0 0.50 0.25 0.54 330.51 0.33 0.35
Hex 76 3B 58 0 32 19 36 14B 21 23
Octal 166 73 130 0 62 31 66 513 41 43
Binary 1110110 111011 1011000 0 110010 11001 110110 101001011 100001 100011

Color Harmonies of #763B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763B58

Black with #763B58

Text Example


Text Example

White with #763B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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