Html Css Color HEX #763F54 Finn

📋 copy color: '#763F54'

red 118 ◦ green 63 ◦ blue 84

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

Shades of Finn #763F54

Tints of Finn #763F54

RGB

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

 GREEN value IS 63 (25% from 255) = 23.77%

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

R = 44.53%
G = 23.77%
B = 31.7%

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

#763F54 (or 0x763F54) is known color: Finn. HEX triplet: 76, 3F and 54. RGB value is (118,63,84). Sum of RGB (Red+Green+Blue) = 118+63+84=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #763F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F54 is #89C0AB. Grayscale: #515151. Windows color (decimal): -9027756 or 5521270. OLE color: 5521270.

HSL color Cylindrical-coordinate representation of color #763F54: hue angle of 337.09º degrees, saturation: 0.3, 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 #763F54 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 63 84 -
CMYK 0 0.47 0.29 0.54
HSL 337.09º 0.3% 0.35% -
HSV(B) 337.09º 0.47% 0.46% -
XYZ 10.85 8.05 9.37 -
YUV 81.84 129.22 153.79 -
System Red Green Blue C M Y K H S L
Decimal 118 63 84 0 0.47 0.29 0.54 337.09 0.3 0.35
Hex 76 3F 54 0 2F 1D 36 151 1E 23
Octal 166 77 124 0 57 35 66 521 36 43
Binary 1110110 111111 1010100 0 101111 11101 110110 101010001 11110 100011

Color Harmonies of #763F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F54

Black with #763F54

Text Example


Text Example

White with #763F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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