Html Css Color HEX #753F51 Finn

📋 copy color: '#753F51'

red 117 ◦ green 63 ◦ blue 81

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

Shades of Finn #753F51

Tints of Finn #753F51

RGB

 RED value IS 117 (46.09% from 255) = 44.83%

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

 BLUE value IS 81 (32.03% from 255) = 31.03%

R = 44.83%
G = 24.14%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#753F51 (or 0x753F51) is known color: Finn. HEX triplet: 75, 3F and 51. RGB value is (117,63,81). Sum of RGB (Red+Green+Blue) = 117+63+81=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #753F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F51 is #8AC0AE. Grayscale: #515151. Windows color (decimal): -9093295 or 5324661. OLE color: 5324661.

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

Color convert

RGB 117 63 81 -
CMYK 0 0.46 0.31 0.54
HSL 340º 0.3% 0.35% -
HSV(B) 340º 0.46% 0.46% -
XYZ 10.6 7.93 8.76 -
YUV 81.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 117 63 81 0 0.46 0.31 0.54 340 0.3 0.35
Hex 75 3F 51 0 2E 1F 36 154 1E 23
Octal 165 77 121 0 56 37 66 524 36 43
Binary 1110101 111111 1010001 0 101110 11111 110110 101010100 11110 100011

Color Harmonies of #753F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F51

Black with #753F51

Text Example


Text Example

White with #753F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753F51; }

 p { color: rgb(117,63,81); }

 H1.HeaderClassName
 {
   color: #753F51;
 }
 .AnyTagClassName
 {
   color: #753F51;
 }
</style>

background-color css

<style>
 a { background-color: #753F51; }

 a { background-color: rgb(117,63,81); }

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

border-color css

<style>
 span { border-color: #753F51; }

 span { border-color: rgb(117,63,81); }

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