Html Css Color HEX #763D5A Finn

📋 copy color: '#763D5A'

red 118 ◦ green 61 ◦ blue 90

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

Shades of Finn #763D5A

Tints of Finn #763D5A

RGB

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

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

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

R = 43.87%
G = 22.68%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#763D5A (or 0x763D5A) is known color: Finn. HEX triplet: 76, 3D and 5A. RGB value is (118,61,90). Sum of RGB (Red+Green+Blue) = 118+61+90=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #763D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763D5A is #89C2A5. Grayscale: #515151. Windows color (decimal): -9028262 or 5913974. OLE color: 5913974.

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

Color convert

RGB 118 61 90 -
CMYK 0 0.48 0.24 0.54
HSL 329.47º 0.32% 0.35% -
HSV(B) 329.47º 0.48% 0.46% -
XYZ 10.99 7.93 10.62 -
YUV 81.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 118 61 90 0 0.48 0.24 0.54 329.47 0.32 0.35
Hex 76 3D 5A 0 30 18 36 149 20 23
Octal 166 75 132 0 60 30 66 511 40 43
Binary 1110110 111101 1011010 0 110000 11000 110110 101001001 100000 100011

Color Harmonies of #763D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D5A

Black with #763D5A

Text Example


Text Example

White with #763D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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