Html Css Color HEX #763D59 Finn

📋 copy color: '#763D59'

red 118 ◦ green 61 ◦ blue 89

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

Shades of Finn #763D59

Tints of Finn #763D59

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.76%

 BLUE value IS 89 (35.16% from 255) = 33.21%

R = 44.03%
G = 22.76%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#763D59 (or 0x763D59) is known color: Finn. HEX triplet: 76, 3D and 59. RGB value is (118,61,89). Sum of RGB (Red+Green+Blue) = 118+61+89=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #763D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763D59 is #89C2A6. Grayscale: #515151. Windows color (decimal): -9028263 or 5848438. OLE color: 5848438.

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

Color convert

RGB 118 61 89 -
CMYK 0 0.48 0.25 0.54
HSL 330.53º 0.32% 0.35% -
HSV(B) 330.53º 0.48% 0.46% -
XYZ 10.94 7.91 10.4 -
YUV 81.24 132.38 154.22 -
System Red Green Blue C M Y K H S L
Decimal 118 61 89 0 0.48 0.25 0.54 330.53 0.32 0.35
Hex 76 3D 59 0 30 19 36 14B 20 23
Octal 166 75 131 0 60 31 66 513 40 43
Binary 1110110 111101 1011001 0 110000 11001 110110 101001011 100000 100011

Color Harmonies of #763D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D59

Black with #763D59

Text Example


Text Example

White with #763D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,61,89); }

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

background-color css

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

 a { background-color: rgb(118,61,89); }

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

border-color css

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

 span { border-color: rgb(118,61,89); }

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