Html Css Color HEX #753A59 Finn

📋 copy color: '#753A59'

red 117 ◦ green 58 ◦ blue 89

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

Shades of Finn #753A59

Tints of Finn #753A59

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.97%

 BLUE value IS 89 (35.16% from 255) = 33.71%

R = 44.32%
G = 21.97%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#753A59 (or 0x753A59) is known color: Finn. HEX triplet: 75, 3A and 59. RGB value is (117,58,89). Sum of RGB (Red+Green+Blue) = 117+58+89=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #753A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753A59 is #8AC5A6. Grayscale: #4F4F4F. Windows color (decimal): -9094567 or 5847669. OLE color: 5847669.

HSL color Cylindrical-coordinate representation of color #753A59: hue angle of 328.47º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753A59 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 58 89 -
CMYK 0 0.50 0.24 0.54
HSL 328.47º 0.34% 0.34% -
HSV(B) 328.47º 0.5% 0.46% -
XYZ 10.65 7.53 10.34 -
YUV 79.18 133.55 154.98 -
System Red Green Blue C M Y K H S L
Decimal 117 58 89 0 0.50 0.24 0.54 328.47 0.34 0.34
Hex 75 3A 59 0 32 18 36 148 22 22
Octal 165 72 131 0 62 30 66 510 42 42
Binary 1110101 111010 1011001 0 110010 11000 110110 101001000 100010 100010

Color Harmonies of #753A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753A59

Black with #753A59

Text Example


Text Example

White with #753A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,58,89); }

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

background-color css

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

 a { background-color: rgb(117,58,89); }

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

border-color css

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

 span { border-color: rgb(117,58,89); }

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