Html Css Color HEX #763E54 Finn

📋 copy color: '#763E54'

red 118 ◦ green 62 ◦ blue 84

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

Shades of Finn #763E54

Tints of Finn #763E54

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.48%

 BLUE value IS 84 (33.2% from 255) = 31.82%

R = 44.7%
G = 23.48%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#763E54 (or 0x763E54) is known color: Finn. HEX triplet: 76, 3E and 54. RGB value is (118,62,84). Sum of RGB (Red+Green+Blue) = 118+62+84=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #763E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763E54 is #89C1AB. Grayscale: #515151. Windows color (decimal): -9028012 or 5521014. OLE color: 5521014.

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

Color convert

RGB 118 62 84 -
CMYK 0 0.47 0.29 0.54
HSL 336.43º 0.31% 0.35% -
HSV(B) 336.43º 0.47% 0.46% -
XYZ 10.79 7.94 9.35 -
YUV 81.25 129.55 154.21 -
System Red Green Blue C M Y K H S L
Decimal 118 62 84 0 0.47 0.29 0.54 336.43 0.31 0.35
Hex 76 3E 54 0 2F 1D 36 150 1F 23
Octal 166 76 124 0 57 35 66 520 37 43
Binary 1110110 111110 1010100 0 101111 11101 110110 101010000 11111 100011

Color Harmonies of #763E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763E54

Black with #763E54

Text Example


Text Example

White with #763E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,62,84); }

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

background-color css

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

 a { background-color: rgb(118,62,84); }

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

border-color css

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

 span { border-color: rgb(118,62,84); }

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