Html Css Color HEX #763D55 Finn

📋 copy color: '#763D55'

red 118 ◦ green 61 ◦ blue 85

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

Shades of Finn #763D55

Tints of Finn #763D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.2%

R = 44.7%
G = 23.11%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#763D55 (or 0x763D55) is known color: Finn. HEX triplet: 76, 3D and 55. RGB value is (118,61,85). Sum of RGB (Red+Green+Blue) = 118+61+85=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #763D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763D55 is #89C2AA. Grayscale: #505050. Windows color (decimal): -9028267 or 5586294. OLE color: 5586294.

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

Color convert

RGB 118 61 85 -
CMYK 0 0.48 0.28 0.54
HSL 334.74º 0.32% 0.35% -
HSV(B) 334.74º 0.48% 0.46% -
XYZ 10.78 7.84 9.54 -
YUV 80.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 118 61 85 0 0.48 0.28 0.54 334.74 0.32 0.35
Hex 76 3D 55 0 30 1C 36 14F 20 23
Octal 166 75 125 0 60 34 66 517 40 43
Binary 1110110 111101 1010101 0 110000 11100 110110 101001111 100000 100011

Color Harmonies of #763D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D55

Black with #763D55

Text Example


Text Example

White with #763D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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