Html Css Color HEX #753F56 Finn

📋 copy color: '#753F56'

red 117 ◦ green 63 ◦ blue 86

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

Shades of Finn #753F56

Tints of Finn #753F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.33%

R = 43.98%
G = 23.68%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#753F56 (or 0x753F56) is known color: Finn. HEX triplet: 75, 3F and 56. RGB value is (117,63,86). Sum of RGB (Red+Green+Blue) = 117+63+86=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #753F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F56 is #8AC0A9. Grayscale: #515151. Windows color (decimal): -9093290 or 5652341. OLE color: 5652341.

HSL color Cylindrical-coordinate representation of color #753F56: hue angle of 334.44º 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 #753F56 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 63 86 -
CMYK 0 0.46 0.26 0.54
HSL 334.44º 0.3% 0.35% -
HSV(B) 334.44º 0.46% 0.46% -
XYZ 10.79 8.01 9.78 -
YUV 81.77 130.39 153.13 -
System Red Green Blue C M Y K H S L
Decimal 117 63 86 0 0.46 0.26 0.54 334.44 0.3 0.35
Hex 75 3F 56 0 2E 1A 36 14E 1E 23
Octal 165 77 126 0 56 32 66 516 36 43
Binary 1110101 111111 1010110 0 101110 11010 110110 101001110 11110 100011

Color Harmonies of #753F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F56

Black with #753F56

Text Example


Text Example

White with #753F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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