Html Css Color HEX #753C59 Finn

📋 copy color: '#753C59'

red 117 ◦ green 60 ◦ blue 89

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

Shades of Finn #753C59

Tints of Finn #753C59

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.56%

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

R = 43.98%
G = 22.56%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#753C59 (or 0x753C59) is known color: Finn. HEX triplet: 75, 3C and 59. RGB value is (117,60,89). Sum of RGB (Red+Green+Blue) = 117+60+89=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #753C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C59 is #8AC3A6. Grayscale: #505050. Windows color (decimal): -9094055 or 5848181. OLE color: 5848181.

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

Color convert

RGB 117 60 89 -
CMYK 0 0.49 0.24 0.54
HSL 329.47º 0.32% 0.35% -
HSV(B) 329.47º 0.49% 0.46% -
XYZ 10.76 7.73 10.38 -
YUV 80.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 117 60 89 0 0.49 0.24 0.54 329.47 0.32 0.35
Hex 75 3C 59 0 31 18 36 149 20 23
Octal 165 74 131 0 61 30 66 511 40 43
Binary 1110101 111100 1011001 0 110001 11000 110110 101001001 100000 100011

Color Harmonies of #753C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C59

Black with #753C59

Text Example


Text Example

White with #753C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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