Html Css Color HEX #753C57 Finn

📋 copy color: '#753C57'

red 117 ◦ green 60 ◦ blue 87

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

Shades of Finn #753C57

Tints of Finn #753C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 32.95%

R = 44.32%
G = 22.73%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#753C57 (or 0x753C57) is known color: Finn. HEX triplet: 75, 3C and 57. RGB value is (117,60,87). Sum of RGB (Red+Green+Blue) = 117+60+87=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #753C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C57 is #8AC3A8. Grayscale: #505050. Windows color (decimal): -9094057 or 5717109. OLE color: 5717109.

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

Color convert

RGB 117 60 87 -
CMYK 0 0.49 0.26 0.54
HSL 331.58º 0.32% 0.35% -
HSV(B) 331.58º 0.49% 0.46% -
XYZ 10.67 7.7 9.94 -
YUV 80.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 117 60 87 0 0.49 0.26 0.54 331.58 0.32 0.35
Hex 75 3C 57 0 31 1A 36 14C 20 23
Octal 165 74 127 0 61 32 66 514 40 43
Binary 1110101 111100 1010111 0 110001 11010 110110 101001100 100000 100011

Color Harmonies of #753C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C57

Black with #753C57

Text Example


Text Example

White with #753C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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